Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
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()
SQLib 2.1.4
- Major bug fix: Data loss on reconnection
- Update Sqlite driver to 3.42.0.0
SQLib 2.1.3
- Fix drivers when using in a dev environment (shadowJar)
SQLib 2.1.2
- Fix bugs with json loading
- Fixes mod not releasing database lock
- Allow custom SQL commands
- SQLite database mode now configurable
SQLib 2.1.1
- Changes ":" in table names to "_" to fix table creation errors.
SQLib 2.1.0
- Breaking api change to reduce mod compat issues