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 7190036 commit 30159d9Copy full SHA for 30159d9
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java
@@ -281,6 +281,8 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
281
functionFactory.monthsBetween();
282
functionFactory.stddev();
283
functionFactory.variance();
284
+ functionFactory.bitLength_pattern( "length(?1)*8" );
285
+
286
if ( getVersion().isSameOrAfter( 12 ) ) {
287
functionFactory.locate_charindex();
288
}
0 commit comments