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: v2.3.2
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: v2.3.3
Choose a head ref
  • 13 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 16, 2021

  1. Add tool for code coverage #1421

    This will use c8 to generate lcov report so that we can see the code
    coverage for our current tests
    testn committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    5b8aa74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9496e71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1423 from testn/fix-coldef-db

    ColumnDefinition.db is broken when encoding is not utf-8
    sidorares authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    675ab6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1422 from testn/add-c8

    Add tool for code coverage #1421
    sidorares authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    11dd45b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Fix field.length to be number

    testn committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    0c7ab95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1427 from testn/fix-field-length

    Fix field.length to be number
    sidorares authored Oct 17, 2021
    Configuration menu
    Copy the full SHA
    29f2217 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. code coverage reporting (#1425)

    Upload coverage from test jobs, merge and report coverage from "coverage" job.
    sidorares authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3c300a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Fix 100% CPU problem

    testn committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2329883 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Merge pull request #1445 from testn/fix-1432

    Fix 100% CPU problem
    sidorares authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    241cb10 View commit details
    Browse the repository at this point in the history
  2. v2.3.3-rc.0 changes

    sidorares committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8f4ce86 View commit details
    Browse the repository at this point in the history
  3. 2.3.3-rc.0

    sidorares committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8e8c9a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. 2.3.3

    sidorares committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    1aa93c6 View commit details
    Browse the repository at this point in the history
  2. v2.3.3

    sidorares committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    3e52aff View commit details
    Browse the repository at this point in the history
Loading