Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sidorares/node-mysql2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.18.1
Choose a base ref
...
head repository: sidorares/node-mysql2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.18.2
Choose a head ref
  • 7 commits
  • 25 files changed
  • 3 contributors

Commits on Feb 26, 2026

  1. fix(types): add supportBigNumbers, bigNumberStrings, `dateStrings…

    …`, and `timezone` options to `QueryOptions` (#4127)
    
    * refactor: simplify typings
    
    * fix(types): add `supportBigNumbers`, `bigNumberStrings`, `dateStrings`, and `timezone` options to `QueryOptions`
    
    * ci: update tests
    
    * ci: remove debug
    wellwelwel authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    b274e72 View commit details
    Browse the repository at this point in the history
  2. fix(types): extend QueryValues to callback-based methods (#4129)

    * fix(types): extend `QueryValues` to callback methods
    
    * ci: add more case tests
    
    * ci: rename test file
    wellwelwel authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    2ad5f0b View commit details
    Browse the repository at this point in the history
  3. fix(types): support Raw and Uint8Array params (#4132)

    * fix(types): improve `QueryValues` params
    
    * ci: add test cases
    
    * ci: rename test file
    wellwelwel authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    bde9aec View commit details
    Browse the repository at this point in the history
  4. fix(types): improve ExecuteValues "nested" params (#4133)

    * refactor: improve `ExecuteValues` params
    
    * ci: fix tests
    
    * test: use the date directly
    wellwelwel authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    3f94950 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @types/node from 25.3.0 to 25.3.1 (#4130)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.3.0 to 25.3.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.3.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    5bb18d3 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump @types/node from 25.3.0 to 25.3.1 in /website (#…

    …4131)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.3.0 to 25.3.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.3.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2026
    1 Configuration menu
    Copy the full SHA
    b3ba74d View commit details
    Browse the repository at this point in the history
  7. chore(master): release 3.18.2 (#4128)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    6ba07ea View commit details
    Browse the repository at this point in the history
Loading