Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
SQLib 3.1.3
- Fix Another crash (we do love testing in prod dont we)
SQLib 3.1.2
- Fix a different crash
SQLib 3.1.1
- Fix crash
SQLib 3.1.0
- Change
DataStore
Lookup 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
- Velocity actually works now
SQLib 3.0.4
- Add an optional
onCreate
function to theDataStore.getOrCreateContainer()
functions
SQLib 3.0.3
- Allow
DataStore
s andDataContainer
s to be compared using.equals()
- Make the transaction commit return a
DataContainer
SQLib 3.0.2
- Fix crash when
getContainer()
fails
SQLib 3.0.1
- Add a DataContainer lookup function to DataStore that was missed in the api rewrite