Add missing repeat function registration for HANA

This commit is contained in:
Christian Beikov 2023-06-26 18:57:23 +02:00
parent aeb78bc7d6
commit 187b42391f
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ public abstract class AbstractHANADialect extends Dialect {
functionFactory.everyAny_minMaxCase();
functionFactory.octetLength_pattern( "length(to_binary(?1))" );
functionFactory.bitLength_pattern( "length(to_binary(?1))*8" );
functionFactory.repeat_rpad();
functionFactory.median();
functionFactory.windowFunctions();