Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
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
SQLib 2.1.9
- Fix crash when calling
table.getIds()
- Update dependencies
SQLib 2.1.8
- Make returns for mc datatypes return null if they don't exist instead of crashing
SQLib 2.1.7
- Add support for Identifiers
SQLib 2.1.6
- Fix mod compat with Server Translations API
SQLib 2.1.5
- Fix a crash when calling
database.getTables()