Skip to content

Releases: MrNavaStar/SQLib

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

SQLib 2.1.9

15 Nov 01:07
Compare
Choose a tag to compare
  • Fix crash when calling table.getIds()
  • Update dependencies

SQLib 2.1.8

09 Oct 05:57
Compare
Choose a tag to compare
  • Make returns for mc datatypes return null if they don't exist instead of crashing

SQLib 2.1.7

09 Oct 04:40
Compare
Choose a tag to compare
  • Add support for Identifiers

SQLib 2.1.6

09 Oct 03:51
Compare
Choose a tag to compare

SQLib 2.1.5

06 Jul 20:01
Compare
Choose a tag to compare
  • Fix a crash when calling database.getTables()