Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
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
SQLib 2.2.1
- fix crash if sqlib loads after depending mod
SQLib 2.2.0
- Changed package name to
me.mrnavastar
- you will have to fix your projects sorry :( - Add Auto Incrementing Tables
- Built in database & config system
- Better error / null checking
GetOrCreateDataContainer()
util function- getLong returns long instead of double