Skip to content

database-1.2

Compare
Choose a tag to compare
@garricko garricko released this 25 Jan 20:29
· 323 commits to master since this release
  • Update Database methods to clarify the action will take place later, for example toInsert() rather than insert()
  • Add convenience methods for reading results while inferring the column number (assume 1, 2, ...)
  • Improve annotations to make static type checking tools more effective
  • Fixes for fluent syntax for database specific SQL using Database.when() and otherwise()
  • Fixes for Oracle 12c, particularly with storing millisecond precision Date correctly