Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 08:15
· 256 commits to main since this release

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)