Releases: Alviannn/SQLHelper
Releases · Alviannn/SQLHelper
SQLHelper-2.5.6
SQLHelper-2.5.5
- 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
-
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
- 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
- Bump h2 from 1.4.199 to 1.4.200
SQLHelper-2.5.1
Allowed null value to Closer#add method
SQLHelper-2.5
-
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
-
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
- Added 'isConnected' to check SQL connection
SQLHelper-2.2
- Added 'CUSTOM' type
- Added setter for enum methods