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.7.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.8.0
Choose a head ref
  • 19 commits
  • 15 files changed
  • 2 contributors

Commits on Oct 14, 2010

  1. Update Readme

    felixge committed Oct 14, 2010
    Configuration menu
    Copy the full SHA
    e62b900 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2010

  1. Make the Makefile more portable

    For some reason the bash magic doesn't work properly on all platforms.
    felixge committed Oct 23, 2010
    Configuration menu
    Copy the full SHA
    c7547e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2010

  1. Configuration menu
    Copy the full SHA
    9dd3057 View commit details
    Browse the repository at this point in the history
  2. Add note about compatibility

    felixge committed Oct 24, 2010
    Configuration menu
    Copy the full SHA
    ab90020 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2010

  1. Fix parser test for node HEAD

    Seems like something in casting of strings to buffers has changed. Will
    need to investigate on older node versions.
    felixge committed Oct 25, 2010
    Configuration menu
    Copy the full SHA
    82b7429 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    FrankGrimm authored and felixge committed Oct 25, 2010
    Configuration menu
    Copy the full SHA
    0f4cdc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2599dce View commit details
    Browse the repository at this point in the history
  4. Update contributors

    felixge committed Oct 25, 2010
    Configuration menu
    Copy the full SHA
    3ff75d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2010

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

Commits on Oct 29, 2010

  1. Move system test config into own file

    This makes it easier for people to have their own database config for system
    tests.
    felixge committed Oct 29, 2010
    Configuration menu
    Copy the full SHA
    eb46be9 View commit details
    Browse the repository at this point in the history
  2. Fixed parser test on all node-versions

    In the past we were relying on the fact that invalid utf8 sequences
    would not effect the length of the new buffer. We need to explictely
    declare the binary string type if we want to create a buffer with a
    0 byte.
    felixge committed Oct 29, 2010
    Configuration menu
    Copy the full SHA
    dbaec6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e724fd5 View commit details
    Browse the repository at this point in the history
  4. Fix module include

    felixge committed Oct 29, 2010
    Configuration menu
    Copy the full SHA
    0bf10a7 View commit details
    Browse the repository at this point in the history
  5. Fix bad handling of null values

    Null values were causing problems in columns when typecasting them. This patch
    makes sure null values are never typecasted.
    felixge committed Oct 29, 2010
    Configuration menu
    Copy the full SHA
    a107dc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99cad60 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2010

  1. Make sure to catch all stream errors on connect

    It seems like some stream errors may occur sync, so one has to attach an error
    listener to the stream before executing `connect`. I'm not sure if this is how
    things should behave, will clarify with Ryan.
    felixge committed Oct 30, 2010
    Configuration menu
    Copy the full SHA
    22adb45 View commit details
    Browse the repository at this point in the history
  2. Do not ignore connection errors when no callback provided

    Couldn't come up with a good unit test for this, need better testing gear soon.
    felixge committed Oct 30, 2010
    Configuration menu
    Copy the full SHA
    86a38e5 View commit details
    Browse the repository at this point in the history
  3. Properly handle initial error packets

    Those packets can happen in situations where mysql is refusing connections due
    to the max_connections setting.
    felixge committed Oct 30, 2010
    Configuration menu
    Copy the full SHA
    2461915 View commit details
    Browse the repository at this point in the history
  4. Bump version

    Also not executing all tests in the config since a new class of tests were
    introduced that are potentially effecting server configuration.
    felixge committed Oct 30, 2010
    Configuration menu
    Copy the full SHA
    80cdfe9 View commit details
    Browse the repository at this point in the history
Loading