SQLibrary 3.1

Details

  • Filename
    SQLibrary.jar
  • Uploaded by
  • Uploaded
    Sep 9, 2012
  • Size
    30.96 KB
  • Downloads
    1,725
  • MD5
    bc039469fd02ad1403986dc514a6bebf

Supported Bukkit Versions

  • 1.3.2

Changelog

  • Added support for every statement in MySQL and SQLite into their respective query() methods.
  • All boolean methods return false on fail, all other methods throw exceptions so that plugin authors can check for errors.
  • Moved close(), getConnection(), checkConnection(), and prepare() into Database.java.
  • Actually implemented the prefix() method.
  • Example plugin needs to be rewritten.
  • Still missing drivers for H2, MicrosoftSQL, Oracle, and PostgreSQL.