SQLibrary 4.1

Details

  • Filename
    SQLibrary.jar
  • Uploaded by
  • Uploaded
    Feb 11, 2013
  • Size
    103.26 KB
  • Downloads
    1,317
  • MD5
    83ef1a62aed97e13218dfa0c7aae1a79

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

  • In 4.0, MySQL(Logger, String, String, String, String, String, String) was changed to MySQL(Logger, String, String, int, String, String, String).
  • In 4.0, SQLite(Logger logger, String name, String location) was changed to SQLite(Logger logger, String directory, String filename).
  • In 4.0, wipeTable() was changed to truncate().
  • In 4.0, checkTable() was changed to isTable().
  • In 4.0, createTable(), checkTable(), and wipeTable() were deprecated.
  • checkConnection() is no longer a pointless null check.
  • checkConnection() changed to isOpen() and isOpen(int timeout).
  • checkConnection() is now deprecated.
  • isTable() in SQLite restored to previous algorithm - was always returning true (https://github.com/PatPeter/SQLibrary/issues/4).
  • insert() added to Database that returns an ArrayList<Long> of generated keys (https://github.com/PatPeter/SQLibrary/issues/5).
  • Removed Ovrimos - no JDBC connector available.
  • Laid groundwork for downloading and installing JDBC connectors for all supported DBMS.
  • Same as 4.0 caveats.