Hi guys,
In PostgreSQLExecutionFactory i see 'DATE' appendix in translateLiteralDate method. Could you please explain?
I tried sql request in postgres, I got following output: 2017-07-10.
I still don't understand a bit.
Thanks.
That method will emit the sql
DATE 'yyyy-mm-dd'
That is an ANSI sql standard date literal.