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

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:39
· 248 commits to main since this release

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)