Skip to content

Conversation

@beikov
Copy link
Member

@beikov beikov commented Nov 28, 2024


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-18780

@beikov
Copy link
Member Author

beikov commented Nov 29, 2024

Note that tests are currently failing because this requires #9335

* @return The appropriate select clause value fragment.
*/
public String getSelectClauseNullString(SqlTypedMapping sqlTypeMapping, TypeConfiguration typeConfiguration) {
return getSelectClauseNullString( sqlTypeMapping.getJdbcMapping().getJdbcType().getDdlTypeCode(), typeConfiguration );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Dialect.getSelectClauseNullString
should be avoided because it has been deprecated.
typeConfiguration,
functionRegistry
);
dialect.contribute( typeContributions, typeConfiguration.getServiceRegistry() );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
TypeConfiguration.getServiceRegistry
should be avoided because it has been deprecated.
@beikov beikov merged commit ae5e5b2 into hibernate:main Feb 13, 2025
25 checks passed
@beikov beikov deleted the HHH-18780 branch February 13, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants