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 98e80e3 commit cda4b1cCopy full SHA for cda4b1c
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java
@@ -330,6 +330,8 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
330
functionFactory.monthsBetween();
331
functionFactory.stddev();
332
functionFactory.variance();
333
+ functionFactory.bitLength_pattern( "length(?1)*8" );
334
+
335
if ( getVersion().isSameOrAfter( 12 ) ) {
336
functionFactory.locate_charindex();
337
}
0 commit comments