SQLibrary 6.0

Details

  • Filename
    SQLibrary.jar
  • Uploaded by
  • Uploaded
    Jul 8, 2013
  • Size
    97.17 KB
  • Downloads
    2,779
  • MD5
    634e85d5a9f7358eef0ae418c4384059

Supported Bukkit Versions

  • 1.6.1

Changelog

  • Use first development build for 1.6.1.
  • SQLibrary's major version now corresponds to Minecraft.
  • Databases no longer require a username or password (use one less parameter for each or empty strings).
  • Added two new constructors to each database for empty passwords and empty usernames.
  • Fixed shorthand Oracle constructor still containing a port parameter.
  • Fixed SQLite constructor identifying itself as H2 (https://github.com/PatPeter/SQLibrary/issues/12).
  • Added insert(PreparedStatement ps).
  • isTable() and truncate() are unimplemented in most database classes.
  • Only one query builder is finished.
  • Factory is outdated.