Version 5.0.0
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
, onlyfloat
remain available
REMOVED:
- Defining the final data type when creating an injector