Releases: BlackRookSoftware/SQL
Releases · BlackRookSoftware/SQL
1.3.0
1.2.5
Changed in 1.2.5
FixedSQLConnection.Transaction did not finish properly.
1.2.4
Changed in 1.2.4
FixedSQLConnection.Transaction.isFinished() reported the opposite.
1.2.3
Changed in 1.2.3
FixedPotential NPE in SQLRow.getString()
1.2.2
Changed in 1.2.2
FixedReleasing a pooled connection did not work. Whoops!
1.2.1
Changed in 1.2.1
FixedUpdates did not fetch ids properly with DBs that use non-numeric primary keys.FixedRemoved redundant NClob checking (in places where Clobs are checked for).
1.2.0
Changed in 1.2.0
Added"Large" batch calls to separate from "small" batch calls - some Drivers do not implement "large" batches.
1.1.1
Changed in 1.1.1
FixedSometimes a generated id comes back as any type in a row without auto-generation.
1.1.0
Changed in 1.1.0
AddedBatching query methods to SQL and SQLConnection.AddedTransaction methods to SQL that do not require SQLConnection from a pool (just a regular Connection).AddedExposed some conversion methods in SQL.FixedSQLRow needs to convert Blob/Clob/NClobs while the connection is open.ChangedMade a few buffer reads more memory-reusing and efficient.ChangedStricter resolution of Blob/Clob/NClob conversion in SQLRow (and exception throwing).
1.0.0
Changed in 1.0.0
- Base release.