Skip to content

Releases: Alviannn/SQLHelper

SQLHelper-2.5.6

03 Jun 03:48

Choose a tag to compare

Bump the version to fix jitpack building issue

SQLHelper-2.5.5

03 Jun 03:42

Choose a tag to compare

  • Added Query#results
  • All class aren't final anymore and allowed public constructor
  • Fixed SQLHelper#disconnect not disconnecting when not using hikari
  • Improved sql connection check

SQLHelper-2.5.4

15 May 15:03

Choose a tag to compare

  • Updated MySQL dependency from 8.0.19 to 8.0.20

  • Updated HikariCP dependency from from 3.4.2 to 3.4.5

  • Improved Closer class

  • Improved SQL types

  • Improved SQL type reformatting

  • Removed SQLite dependency

SQLHelper-2.5.3

20 Apr 03:48

Choose a tag to compare

  • Downgraded h2 database to 1.4.199
  • Refactored SQLHelper#getConnection to also throw SQLException if any problem occurs
  • Refactored SQLHelper#isConnected to actually check the connection if the hikari is used

SQLHelper-2.5.2

03 Apr 03:19

Choose a tag to compare

  • Bump h2 from 1.4.199 to 1.4.200

SQLHelper-2.5.1

01 Apr 13:30

Choose a tag to compare

Allowed null value to Closer#add method

SQLHelper-2.5

20 Mar 01:45

Choose a tag to compare

  • Updated MySQL driver from 8.0.18 to 8.0.19

  • Updated SQLite driver from 3.28.0 to 3.30.1

  • Updated HikariCP from 3.4.1 to 3.4.2

SQLHelper-2.4

25 Dec 05:50

Choose a tag to compare

  • Added and implemented 'Closer' to close any closeables

  • Added and implemented 'Query' for query handler

  • Question marks (?) now will work with 'Query' class

  • Renamed packages

  • Updated some dependencies

SQLHelper-2.3

06 Oct 04:09

Choose a tag to compare

  • Added 'isConnected' to check SQL connection

SQLHelper-2.2

04 Oct 16:04

Choose a tag to compare

  • Added 'CUSTOM' type
  • Added setter for enum methods