The method serializeDateTimeNorm is no longer an abstract method of AbstractSQLDBFunctionSymbolFactory, instead there is the method serializeDateTimeNormWithTZ which has to be overridden. Is there anything else needed besides changing the method name and TODO-SCAFFOLD comment?
The method
serializeDateTimeNorm
is no longer an abstract method ofAbstractSQLDBFunctionSymbolFactory
, instead there is the methodserializeDateTimeNormWithTZ
which has to be overridden. Is there anything else needed besides changing the method name and TODO-SCAFFOLD comment?https://github.com/ontop/dialect-factory-scaffolding/blob/0bf5631357ae0d8a29d5bc2c193c8e46abfa269b/skeleton/db/rdb/src/main/java/it/unibz/inf/ontop/model/term/functionsymbol/db/impl/%7Bpascalname%7DDBFunctionSymbolFactory.java#L134