Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HHH-18057 Support for JPA 3.2 column options #8366

Merged
merged 1 commit into from May 13, 2024

Conversation

dreab8
Copy link
Member

@dreab8 dreab8 commented May 13, 2024


@BeforeEach
public void setUp() throws IOException {
output = File.createTempFile( "update_script", ".sql" );

Check warning

Code scanning / CodeQL

Local information disclosure in a temporary directory Medium

Local information disclosure vulnerability due to use of file readable by other local users.
appendOptions(statement, column, dialect);
}

private static void appendOptions(StringBuilder statement, Column column, Dialect dialect) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'dialect' is never used.

private static boolean tableCreationStatementContainsOptions(
File output,
String columnName,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'columnName' is never used.
@sebersole sebersole merged commit 129162b into hibernate:wip/7.0 May 13, 2024
20 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants