jooq/jOOQ
Knut Wannheden 28677b252e [jOOQ/jOOQ#9196] Fix date arithmetic in Expression
Fixes chained invocations of `Field#add()` on a DATE or TIMESTAMP field,
where the problem was that `Expression` had an override of `Field#add()`
which didn't match up with its implementation of `accept()`.
2019-09-12 10:52:30 +02:00
..
src/main [jOOQ/jOOQ#9196] Fix date arithmetic in Expression 2019-09-12 10:52:30 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml Preparing master for 3.13 release cycle 2019-08-29 16:12:59 +02:00