Skip to content

v2.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 01:42
· 180 commits to main since this release

Further development on this resource is being halted. Actually writing code or contributing to FiveM is frowned upon by the masses and deterministic-bubble himself. I have no obligation to improve or update it, and likely won't unless absolutely "necessary".

If you want to benefit from fixes and improvements made to the mysql driver, you'll need to update dependencies, patch them, and build the resource yourself.


Bug Fixes

  • execute: handle nil values in nested arrays (Linden)
  • utils/parseExecute: incorrect parameter reassignment (Linden)
  • database/rawExecute: append extra null values (Linden)
  • config: update mysql_debug when using oxmysql_debug command (Linden)

Code Refactoring

  • src/config: poll convars (Linden)
  • database: waitForConnection (Linden)