v1.6.2
Regarding the regex fix
Attempting to allow nil to pass to parameters threw errors in edge cases where JSON was being included in a query (rather than a parameter), so it would assume it contained a whole bunch of named placeholders.
This only occured in v1.6.1 and fortunately threw errors rather than attempting to resolve each value to NULL
.
Only known instance of this is in ESX Legacy due to the bulk SavePlayers.
Bug Fixes
- nil parameters with named placeholders #51 (darksaid98)
- regex: Prevent converting JSON in queries into placeholders (Linden)
- parser: Only assign null values if placeholders were found (Linden)
Styles
- rename paramName variable #51 (darksaid98)
Chores
- Update version and dependencies (Linden)