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.6.3
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.6.5
Choose a head ref
  • 7 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    1aec4fd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix: malformed FieldPacket (#2280)

    * fix: Malformed FieldPacket
    
    * fix: change to optional typeo
    
    * fix: add columnType
    
    * fix: type props to optional
    yutak23 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8831e09 View commit details
    Browse the repository at this point in the history
  2. fix: move missing options to ConnectionOptions (#2288)

    * fix: move `enableKeepAlive` and `keepAliveInitialDelay` options to `ConnectionOptions`
    
    * ci(types): enableKeepAlive and keepAliveInitialDelay
    wellwelwel authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5cd7639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc887fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2287 from sidorares/release-please--branches--mas…

    …ter--components--mysql2
    
    chore(master): release 3.6.4
    wellwelwel authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    72b2535 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix: add decodeuricomponent to parse uri encoded special characters i…

    …n host, username, password and datbase keys (#2277)
    samarpanB authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fe573ad View commit details
    Browse the repository at this point in the history
  2. chore(master): release 3.6.5 (#2292)

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