github overextended/oxmysql v1.6.2

latest releases: v2.10.1, v2.10.0, v2.9.1...
2 years ago

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)

Don't miss a new oxmysql release

NewReleases is sending notifications on new releases.