This repository was archived by the owner on Apr 29, 2025. It is now read-only.
Releases: overextended/oxmysql
Releases Β· overextended/oxmysql
v2.2.5
Reverts rawExecute (MySQL.prepare) to the promise API, rather than callbacks. This was a minor optimisation change that could halve the time it takes to complete a large transaction, but seemingly lead to increased chances of dead locks for some. Several people also reported timeouts as of v2.2.4.
This should be the last update for a while, assuming no more bugs are reported.
Bug Fixes
- execute: revert to promise api (Linden)
Code Refactoring
- update: add convar for mysql_versioncheck (Linden)
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Features
- logger/command: Warning message when mysql command is run from server (#97) #97 (Cuchi)
- nui: Use pnpm instead of Yarn (Luke)
Bug Fixes
- execute: handle nil parameters in prepared statements (Linden)
Code Refactoring
- lib/MySQL: use coroutine instead of promise (Linden)
- index: simpler creation of async exports (Linden)
- database: response is always a callback now (Linden)
- database: move from mysql2/promise to callback api (Linden)
- execute: use transactions and parse values (Linden)
Chores
Commits
- b6f850d: Revert "refactor(lib/MySQL): use coroutine instead of promise" (Linden)