Open
Description
In Postgresql functions CURRENT_DATE and CURRENT_TIME are keywords and appear always without brackets.
So there
Line 278 in 53a77eb
Should be added
def get_function_sql(self, **kwargs):
return "CURRENT_TIME"
AND
there
Line 283 in 53a77eb
should be added
def get_function_sql(self, **kwargs):
return "CURRENT_TIME"
Metadata
Metadata
Assignees
Labels
No labels