Skip to content

Releases: robtimus/sql-functions

2.0

11 Oct 13:09
Compare
Choose a tag to compare

Added module descriptor. The new module name is com.github.robtimus.sql.functions.

sql-functions-1.1

04 Jan 15:41
Compare
Choose a tag to compare

Added method SQLPredicate.not to mirror method Predicate.not, added in Java 11.
Added interface SQLRunnable as an SQLException throwing version of Runnable.
Fixed the return type of IntBinarySQLOperator.unchecked and the argument type of IntBinarySQLOperator.checked, which were IntBinarySQLOperator instead of IntBinaryOperator.

sql-functions-1.0

14 May 15:06
Compare
Choose a tag to compare

Initial release.