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