Skip to content

Releases: eXsio/nestedj

5.0.1: compatible for mysql-connector-java-8.0.18

07 Mar 07:33

Choose a tag to compare

in mysql-connector-java-8.0.18 ,the GENERATED_KEY will be always set to MysqlType.BIGINT_UNSIGNED
in file mysql/mysql-connector-java/8.0.18/mysql-connector-java-8.0.18-sources.jar!/com/mysql/cj/jdbc/StatementImpl.java:1414
   fields[0] = new Field("", "GENERATED_KEY", collationIndex, encoding, MysqlType.BIGINT_UNSIGNED, 20);