Releases: overextended/oxmysql
Releases Β· overextended/oxmysql
v2.2.4
Bug Fixes
- execute: incorrect response parsing (Linden)
v2.2.3
Bug Fixes
- utils/typeCast: typeerror (Linden)
v2.2.2
Bug Fixes
- execute: incorrect execution time for multiple queries (Linden)
- query: less verbose errors (Linden)
Code Refactoring
- execute: don't use transactions for SELECT statements (Linden)
- transaction: individual transaction logging (Linden)
- execute: remove mysql2 promise api (Linden)
- index: redundant code (Linden)
Performance Improvements
- execute: ignore results if cb is undefined (Linden)
v2.2.1
Bug Fixes
- execute: properly await all query responses (Linden)
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
- update version and workflows (Linden)
- update packages (Linden)
Commits
- b6f850d: Revert "refactor(lib/MySQL): use coroutine instead of promise" (Linden)
v2.1.1
Bug Fixes
- db: move query responses to their own try block (Linden)
Chores
- remove annoying commit lint and husky (Linden)
v2.1.0
Features
- nui: copy query on left click (Luke)
Bug Fixes
Code Refactoring
- index: cease resistance against 0 iq fivem community (Linden)
v2.0.4
Bug Fixes
- db/rawTransaction: Await scheduleTick (Linden)
- db: Define pool type (Linden)
Code Refactoring
- utils/parseArguments: Reduce redundant assignments (Linden)
Chores
- update dependencies and commit lint (Linden)
v2.0.3
Bug Fixes
- update: Catch errors when fetching GitHub API (Linden)
- utils/parseArguments: Missing type check (Linden)
Code Refactoring
- utils/scheduleTick: Await database connection (Linden)
- db: Delay connection until first tick (Linden)
v2.0.2
Bug Fixes
- nui: Number grouping on right bar (Luke)
- nui: Define keys for table maps (Luke)
- utils: Do not convert placeholders if query contains JSON (Linden)
- db/rawExecute: Parse multiple returned rows (Linden)