jooq/jOOQ
Knut Wannheden dbb1aba882 [jOOQ/jOOQ#9201] Corrects DefaultDayToSecondBinding for Postgres
In the case of Postgres the interval literal syntax requires each
component to have its own sign. This in contrast to the SQL standard,
where the leading sign applies to all components in the interval.

`DefaultDayToSecondBinding` now overrides `sqlInline0()` and implements
this Postgres-specific formatting when rendering interval literals.
2019-09-13 15:42:26 +02:00
..
src/main [jOOQ/jOOQ#9201] Corrects DefaultDayToSecondBinding for Postgres 2019-09-13 15:42:26 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml Preparing master for 3.13 release cycle 2019-08-29 16:12:59 +02:00