Skip to content

Releases: MrNavaStar/SQLib

SQLib 2.2.9

16 Jan 08:33
Compare
Choose a tag to compare
  • Allow Chaining of DataContainer .put() calls
  • Allow users to try catch around DataContainer .get() calls instead of just printing an error

SQLib 2.2.8

16 Jan 06:30
Compare
Choose a tag to compare

update to 1.20.3/4

SQLib 2.2.7

03 Dec 05:15
Compare
Choose a tag to compare
  • Use connection pooling to reduce connection errors when the mod stays online for many hours.

SQLib 2.2.6

25 Nov 00:11
Compare
Choose a tag to compare
  • Hey look at that mysql is actually working (ShadowJar moment)
  • Switch over the mysql to the mariadb driver cause its more compatible
  • Fix broken transactions on mysql/mariadb

SQLib 2.2.5

24 Nov 01:50
Compare
Choose a tag to compare
  • fix deps that were missing from jar
  • fix always null when calling database.getTable()

SQLib 2.2.4

23 Nov 23:19
d1d7420
Compare
Choose a tag to compare
  • Fix crash when outside dev enviroment

SQLib 2.2.3

16 Nov 09:30
Compare
Choose a tag to compare
  • Fix crash when calling getDataContainers()

SQLib 2.2.2

16 Nov 08:28
Compare
Choose a tag to compare
  • 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

15 Nov 09:20
Compare
Choose a tag to compare
  • fix crash if sqlib loads after depending mod

SQLib 2.2.0

15 Nov 08:52
Compare
Choose a tag to compare
  • 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