Skip to content

Releases: Alviannn/SQLHelper

SQLHelper-2.5.6

Choose a tag to compare

@Alviannn Alviannn released this 03 Jun 03:48

Bump the version to fix jitpack building issue

SQLHelper-2.5.5

Choose a tag to compare

@Alviannn Alviannn released this 03 Jun 03:42
  • 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

Choose a tag to compare

@Alviannn Alviannn released this 15 May 15:03
  • 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

Choose a tag to compare

@Alviannn Alviannn released this 20 Apr 03:48
  • 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

Choose a tag to compare

@Alviannn Alviannn released this 03 Apr 03:19
  • Bump h2 from 1.4.199 to 1.4.200

SQLHelper-2.5.1

Choose a tag to compare

@Alviannn Alviannn released this 01 Apr 13:30

Allowed null value to Closer#add method

SQLHelper-2.5

Choose a tag to compare

@Alviannn Alviannn released this 20 Mar 01:45
  • 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

Choose a tag to compare

@Alviannn Alviannn released this 25 Dec 05:50
  • 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

Choose a tag to compare

@Alviannn Alviannn released this 06 Oct 04:09
  • Added 'isConnected' to check SQL connection

SQLHelper-2.2

Choose a tag to compare

@Alviannn Alviannn released this 04 Oct 16:04
  • Added 'CUSTOM' type
  • Added setter for enum methods