File Details
MyApi 1.1
- R
- Oct 7, 2014
- 17.99 KB
- 446
- CB 1.7.9-R0.2+2
File Name
MyApi.jar
Supported Versions
- CB 1.7.9-R0.2
- CB 1.6.4-R2.0
- CB 1.7.2-R0.3
Works on any bukkit version. This is not important.
Changes :
Add
- Add delete query.
- Add unique parameter in Columns object.
- Add "Add columns" method.
- Add "Change columns" method.
- Add "Remove columns" method.
- Add multi-condition.
- Add Text enum for long String.
- Create a new constructor in Columns class with args DisplaySize and DecimalNumber.
- DisplaySize = The display size for number of a Double or float.
- DecimalNumber = The number of decimal of a Double or a float.
- Add multiple values for updateValues method to make multiple update.
Changes
- Changes the constructor for Condition to be compatible with the multiCondition.
- Interchange autoIncremented and unique in parameter of Columns Constructor.
- Change Double precision to Double.
- Change String enum to Varchar enum.
Fixes and improved
- Improved a lit bit the code when a error happened. ApiResponse should be an error.
- Fix some NullPointerException and other bugs.
None for now.

