HHH-8941 simplified the dialect function
This commit is contained in:
parent
54cc9073f4
commit
df7c35d956
|
@ -39,7 +39,7 @@ public class FirebirdDialect extends InterbaseDialect {
|
|||
|
||||
public FirebirdDialect() {
|
||||
super();
|
||||
registerFunction( "replace", new SQLFunctionTemplate( StandardBasicTypes.STRING, "replace(?1, ?2, ?3)" ) );
|
||||
registerFunction( "replace", new StandardSQLFunction( "replace", StandardBasicTypes.STRING ) );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue