Skip to content

Releases: MrNavaStar/SQLib

SQLib 3.1.3

21 Jul 07:59
Compare
Choose a tag to compare
  • Fix Another crash (we do love testing in prod dont we)

SQLib 3.1.2

21 Jul 03:06
Compare
Choose a tag to compare
  • Fix a different crash

SQLib 3.1.1

21 Jul 01:01
Compare
Choose a tag to compare
  • Fix crash

SQLib 3.1.0

19 Jul 00:39
Compare
Choose a tag to compare
  • Change DataStore Lookup functions to use optionals instead of returning null for that sweet sweet functional goodness

SQLib 3.0.6

18 Jul 02:39
Compare
Choose a tag to compare
  • Change the way the mod/plugin is loaded internally, allowing SQLib.getDatabase() to be called much earlier
  • Update MariaDB Driver

SQLib 3.0.5

17 Jul 04:54
Compare
Choose a tag to compare
  • Velocity actually works now

SQLib 3.0.4

16 Jul 22:48
Compare
Choose a tag to compare
  • Add an optional onCreate function to the DataStore.getOrCreateContainer() functions

SQLib 3.0.3

16 Jul 21:39
Compare
Choose a tag to compare
  • Allow DataStores and DataContainers to be compared using .equals()
  • Make the transaction commit return a DataContainer

SQLib 3.0.2

15 Jul 20:28
7978c63
Compare
Choose a tag to compare
  • Fix crash when getContainer() fails

SQLib 3.0.1

15 Jul 04:46
Compare
Choose a tag to compare
  • Add a DataContainer lookup function to DataStore that was missed in the api rewrite