All Versions
168
Latest Version
Avg Release Cycle
27 days
Latest Release
-

Changelog History
Page 14

  • v2.0.pre15 Changes

    • ๐Ÿšš Move StringTemplate stuff back into unstable
    • ๐Ÿ‘Œ Support for checkpointed transactions
  • v2.0.pre14 Changes

    • โž• Add convenience classes for one value result sets
    • StringTemplate 3.0 based statement locator and a classpath based loader
    • ๐Ÿ‘Œ Improve grammar for named param parsing (| in LITERAL)
  • v2.0.pre13 Changes

    • ๐Ÿ‘ Spring (2.0) support classes
    • โž• Add ability to define statement attributes at the DBI and Handle levels
    • Have prepared batch use the statement locator
    • Bean resultset mapper invokes the right ResultSet.getXXX() for each property type (getObject() on Oracle returns internal Oracle types)
    • ๐Ÿ‘ Allow positional binding for PreparedBatch
    • ๐Ÿ“‡ Renamed PreparedBatchPart.another() to next()
    • ๐Ÿ”„ Change SqlStatement#first to return null on an empty result instead of an NPE
    • ๐Ÿ‘ Allow setting attributes on statement contexts for batches and prepared batches
    • SqlStatement.bindNull(...)
  • v2.0.pre12 Changes

    • ๐Ÿ›  [bugfix] Pass statement context into result mapped queries
  • v2.0.pre11 Changes

    • Create the StatementContext to allow for tunneling state into the various client defined tweakables
  • v2.0.pre10 Changes

    • ๐Ÿ‘ allow numbers in named params
  • v2.0.pre1 Changes

    • Complete Rewrite
  • v1.4.6 Changes

    • ๐Ÿ›  Fix an NPE when dealing with metadata in Args.
  • v1.4.5 Changes

    • ๐Ÿ›  Fix bug in caching added in 1.4.4
    • โšก๏ธ Optimize statement literal or named statement detection
  • v1.4.4 Changes

    • ๐Ÿ‘ Allow for create/drop/alter statements
    • ๐Ÿ‘ Cache whether or not a driver supports asking for prepared statement parameter types