Skip to content

v1.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 15:22
· 429 commits to main since this release

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

Chores

  • Update version and dependencies (Linden)