Skip to content

Releases: BlackRookSoftware/SQL

1.3.0

Choose a tag to compare

@MTrop MTrop released this 12 Feb 07:08

Changed in 1.3.0

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

1.2.5

Choose a tag to compare

@MTrop MTrop released this 30 Nov 03:16

Changed in 1.2.5

  • Fixed SQLConnection.Transaction did not finish properly.

1.2.4

Choose a tag to compare

@MTrop MTrop released this 30 Mar 04:35

Changed in 1.2.4

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

1.2.3

Choose a tag to compare

@MTrop MTrop released this 08 Feb 03:07

Changed in 1.2.3

  • Fixed Potential NPE in SQLRow.getString()

1.2.2

Choose a tag to compare

@MTrop MTrop released this 08 Jul 19:38

Changed in 1.2.2

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

1.2.1

Choose a tag to compare

@MTrop MTrop released this 08 Jul 18:24

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

Choose a tag to compare

@MTrop MTrop released this 10 May 05:30

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

Choose a tag to compare

@MTrop MTrop released this 17 Apr 22:43

Changed in 1.1.1

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

1.1.0

Choose a tag to compare

@MTrop MTrop released this 14 Apr 07:04

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

Choose a tag to compare

@MTrop MTrop released this 01 Nov 00:05

Changed in 1.0.0

  • Base release.