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?
|
protected String serializeDateTimeNorm(ImmutableList<? extends ImmutableTerm> terms, Function<ImmutableTerm, String> termConverter, TermFactory termFactory) { |
The method
serializeDateTimeNormis no longer an abstract method ofAbstractSQLDBFunctionSymbolFactory, instead there is the methodserializeDateTimeNormWithTZwhich has to be overridden. Is there anything else needed besides changing the method name and TODO-SCAFFOLD comment?dialect-factory-scaffolding/skeleton/db/rdb/src/main/java/it/unibz/inf/ontop/model/term/functionsymbol/db/impl/{pascalname}DBFunctionSymbolFactory.java
Line 134 in 0bf5631