MyApi 1.1

Details

  • Filename
    MyApi.jar
  • Uploaded by
  • Uploaded
    Oct 6, 2014
  • Size
    17.99 KB
  • Downloads
    301
  • MD5
    895a7558acf66b8146f85eafb2410df8

Supported Bukkit Versions

  • CB 1.7.9-R0.2
  • CB 1.7.2-R0.3
  • CB 1.6.4-R2.0

Changelog

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.
  1. DisplaySize = The display size for number of a Double or float.
  2. 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.