Details
Supported Bukkit Versions
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.