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: mysqljs/mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: mysqljs/mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 22, 2010

  1. Add a basic debug mode

    felixge committed Aug 22, 2010
    Configuration menu
    Copy the full SHA
    1072c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f36260 View commit details
    Browse the repository at this point in the history
  3. Fix: Sequential queries were broken

    The parser did not correctly reset itself after receiving the final EOF packet
    of a result set. This patch fixes this.
    
    Fixes issue #1: http://github.com/felixge/node-mysql/issues/#issue/1
    felixge committed Aug 22, 2010
    Configuration menu
    Copy the full SHA
    94ce814 View commit details
    Browse the repository at this point in the history
  4. Bump version

    felixge committed Aug 22, 2010
    Configuration menu
    Copy the full SHA
    d668f10 View commit details
    Browse the repository at this point in the history
Loading