jooq/jOOQ-meta
Knut Wannheden 6ee58543fc [jOOQ/jOOQ#9200] Get rid of separate query to check for identity
Instead of running a separate query to check if the table has any
identity column this is now being done with a `COUNT(*) FILTER (WHERE
is_identity = 'YES') OVER ()` expression.
2020-01-23 09:53:12 +01:00
..
src/main [jOOQ/jOOQ#9200] Get rid of separate query to check for identity 2020-01-23 09:53:12 +01:00
.gitignore [jOOQ/jOOQ#9667] Stop generating JAXB episode files 2019-12-12 12:19:43 +01:00
LICENSE.txt
NOTICE.txt [jOOQ/jOOQ#8615] Missing NOTICE file from commons-lang 2019-05-21 12:23:17 +02:00
pom.xml Preparing master for 3.13 release cycle 2019-08-29 16:12:59 +02:00