Marius K (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3...
) *commented* on HHH-16216 (
https://hibernate.atlassian.net/browse/HHH-16216?atlOrigin=eyJpIjoiMGQyMz...
)
Re: @Query creates additional not null checks for SybaseASEDialect (
https://hibernate.atlassian.net/browse/HHH-16216?atlOrigin=eyJpIjoiMGQyMz...
)
comparing SybaseASESqlAstTranslator with SybaseSqlAstTranslator the first one adds those
checks in renderComparison
if ( lhsNotNullPredicate ) {
appendSql( " and " );
lhs.accept( this );
appendSql( " is not null" );
}
if ( rhsNotNullPredicate ) {
appendSql( " and " );
rhs.accept( this );
appendSql( " is not null" );
}
lhsNotNullPredicate}}is true due to the {{isParameter check in boolean lhsNotNullPredicate
= rhs instanceof Literal || this.isParameter(rhs);
(
https://hibernate.atlassian.net/browse/HHH-16216#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16216#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100217- sha1:077879e )