Skip to content

Releases: BlackRookSoftware/SQL

1.3.0

12 Feb 07:08

Choose a tag to compare

Changed in 1.3.0

  • Added SQLAbstractDAO.
  • Changed Some documentation classes and some code redundancy.

1.2.5

30 Nov 03:16

Choose a tag to compare

Changed in 1.2.5

  • Fixed SQLConnection.Transaction did not finish properly.

1.2.4

30 Mar 04:35

Choose a tag to compare

Changed in 1.2.4

  • Fixed SQLConnection.Transaction.isFinished() reported the opposite.

1.2.3

08 Feb 03:07

Choose a tag to compare

Changed in 1.2.3

  • Fixed Potential NPE in SQLRow.getString()

1.2.2

08 Jul 19:38

Choose a tag to compare

Changed in 1.2.2

  • Fixed Releasing a pooled connection did not work. Whoops!

1.2.1

08 Jul 18:24

Choose a tag to compare

Changed in 1.2.1

  • Fixed Updates did not fetch ids properly with DBs that use non-numeric primary keys.
  • Fixed Removed redundant NClob checking (in places where Clobs are checked for).

1.2.0

10 May 05:30

Choose a tag to compare

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

17 Apr 22:43

Choose a tag to compare

Changed in 1.1.1

  • Fixed Sometimes a generated id comes back as any type in a row without auto-generation.

1.1.0

14 Apr 07:04

Choose a tag to compare

Changed in 1.1.0

  • Added Batching query methods to SQL and SQLConnection.
  • Added Transaction methods to SQL that do not require SQLConnection from a pool (just a regular Connection).
  • Added Exposed some conversion methods in SQL.
  • Fixed SQLRow needs to convert Blob/Clob/NClobs while the connection is open.
  • Changed Made a few buffer reads more memory-reusing and efficient.
  • Changed Stricter resolution of Blob/Clob/NClob conversion in SQLRow (and exception throwing).

1.0.0

01 Nov 00:05

Choose a tag to compare

Changed in 1.0.0

  • Base release.