Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@rawsrc rawsrc released this 02 Nov 08:33
· 5 commits to master since this release

New version
This a major update
May slightly break the compatibility with the code for the previous version
Fully tested

NEW FEATURES:

  • Full support of BIGINT/INT8 data type (SIGNED/UNSIGNED)
  • New injector: getInjectorInAsRef(): values are passed by ref and directly escaped (plain sql)
  • Remove some aliases for float data types: double, num, numeric, only float remain available

REMOVED:

  • Defining the final data type when creating an injector