We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a76dca commit d69d9c8Copy full SHA for d69d9c8
hibernate-core/src/main/java/org/hibernate/dialect/HANADialect.java
@@ -518,9 +518,9 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
518
// functionFactory.xmlextract();
519
functionFactory.generateSeries_hana( getMaximumSeriesSize() );
520
521
- functionFactory.hex( "to_hex(?1)" );
522
- functionFactory.sha( "hash_sha256(?1)" );
523
- functionFactory.md5( "hash_md5(?1)" );
+ functionFactory.hex( "bintohex(?1)" );
+ functionFactory.sha( "hash_sha256(to_binary(?1))" );
+ functionFactory.md5( "hash_md5(to_binary(?1))" );
524
}
525
526
/**
0 commit comments