jooq/jOOQ-meta
Knut Wannheden 19a61d2214 [jOOQ/jOOQ#9200] Use COLUMNS.IS_IDENTITY for PostgreSQL 10+
As of PostgreSQL 10.0 the column
`INFORMATION_SCHEMA.COLUMNS.IS_IDENTITY` can be used to determine
whether a column represents a table's identity column or not. This is
now used by jOOQ's code generator and for older releases it will
continue to check wheter the default value (i.e. using
`INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT`) starts with `NEXTVAL`.
2020-01-20 15:54:09 +01:00
..
src/main [jOOQ/jOOQ#9200] Use COLUMNS.IS_IDENTITY for PostgreSQL 10+ 2020-01-20 15:54:09 +01:00
.gitignore [jOOQ/jOOQ#9667] Stop generating JAXB episode files 2019-12-12 12:19:43 +01:00
LICENSE.txt
NOTICE.txt
pom.xml Preparing master for 3.13 release cycle 2019-08-29 16:12:59 +02:00