HHH-18365 Fix for Informix function bit_length() error
This commit is contained in:
parent
98e80e3504
commit
cda4b1ca37
|
@ -330,6 +330,8 @@ public class InformixDialect extends Dialect {
|
||||||
functionFactory.monthsBetween();
|
functionFactory.monthsBetween();
|
||||||
functionFactory.stddev();
|
functionFactory.stddev();
|
||||||
functionFactory.variance();
|
functionFactory.variance();
|
||||||
|
functionFactory.bitLength_pattern( "length(?1)*8" );
|
||||||
|
|
||||||
if ( getVersion().isSameOrAfter( 12 ) ) {
|
if ( getVersion().isSameOrAfter( 12 ) ) {
|
||||||
functionFactory.locate_charindex();
|
functionFactory.locate_charindex();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue