Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
SQLib 2.2.11
- Fix compat with old versions (back down to 1.16.5)
SQLib 2.2.10
Fix compat with old versions (back down to 1.16.5)- Add support for paper, folia, purper, spigot and bukkit
- Fix crash when using mod on client
SQLib 2.2.9
- Allow Chaining of
DataContainer
.put()
calls - Allow users to try catch around
DataContainer
.get()
calls instead of just printing an error
SQLib 2.2.8
update to 1.20.3/4
SQLib 2.2.7
- Use connection pooling to reduce connection errors when the mod stays online for many hours.
SQLib 2.2.6
- Hey look at that mysql is actually working (ShadowJar moment)
- Switch over the mysql to the mariadb driver cause its more compatible
- Fix broken transactions on mysql/mariadb
SQLib 2.2.5
- fix deps that were missing from jar
- fix always null when calling database.getTable()
SQLib 2.2.4
- Fix crash when outside dev enviroment
SQLib 2.2.3
- Fix crash when calling
getDataContainers()
SQLib 2.2.2
- Longs no longer crash everything
- Fix some weird bugs with database & table names
- Small breaking API change to stop prevent conflict between mods using the built in database and have the same table names