[#8699] In Trim add case for SQLITE_3_25 and SQLITE_3_28
The switch over Configuration#dialect() was missing cases for SQLITE_3_25 and SQLITE_3_28.
This commit is contained in:
parent
2ef879d6bc
commit
0b8f7cc111
@ -94,8 +94,10 @@ final class Trim extends AbstractFunction<String> {
|
||||
}
|
||||
else {
|
||||
switch (configuration.dialect()) {
|
||||
case SQLITE_3_25:
|
||||
case SQLITE_3_28:
|
||||
|
||||
|
||||
|
||||
|
||||
case SQLITE:
|
||||
return DSL.function("trim", VARCHAR, argument, characters);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user