Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
Release list
SQLib 3.1.4
- Fix an oversight that could cause problems when null values are retrieved from the database
SQLib 3.1.3
- Fix Another crash (we do love testing in prod dont we)
SQLib 3.1.2
SQLib 3.1.1
SQLib 3.1.0
- Change
DataStoreLookup functions to use optionals instead of returning null for that sweet sweet functional goodness
SQLib 3.0.6
- Change the way the mod/plugin is loaded internally, allowing
SQLib.getDatabase()to be called much earlier - Update MariaDB Driver
SQLib 3.0.5
SQLib 3.0.4
- Add an optional
onCreatefunction to theDataStore.getOrCreateContainer()functions
SQLib 3.0.3
- Allow
DataStores andDataContainers to be compared using.equals() - Make the transaction commit return a
DataContainer