promotional bannermobile promotional banner

SQLibrary

SQLibrary aims to streamline driver wrappers in Java for every database engine

File Details

SQLibrary 4.1

  • R
  • Feb 11, 2013
  • 103.26 KB
  • 1.5K
  • CB 1.4.7-R1.0

File Name

SQLibrary.jar

Supported Versions

  • CB 1.4.7-R1.0
  • 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.