jooq/jOOQ
Knut Wannheden 55cefa0f5a [jOOQ/jOOQ#8753] Add Context#sql(long), sql(float), and sql(double)
Adds the methods Context#sql(long), sql(float), and sql(double). These
are used by the default converters in DefaultBinding for better
performance.

Note that there is no sql(boolean), since "true" and "false" are
expected to be treated as keywords and as such respect the keyword
rendering style.
2019-06-12 12:33:51 +02:00
..
src/main [jOOQ/jOOQ#8753] Add Context#sql(long), sql(float), and sql(double) 2019-06-12 12:33:51 +02:00
.gitignore
LICENSE.txt
NOTICE.txt [jOOQ/jOOQ#8615] Missing NOTICE file from commons-lang 2019-05-21 12:23:17 +02:00
pom.xml [#4371] Add support for the JDK 9 Flow API (JSR-166 enhancements) and reactive streams 2019-05-13 11:37:08 +02:00