Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ON DUPLICATE KEY UPDATE produces wrong affectedRows #237

Closed
wants to merge 18 commits into from

Commits on Jul 11, 2012

  1. Merge branch 'change-user'

    felixge committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    c263039 View commit details
    Browse the repository at this point in the history
  2. Better language

    felixge committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    b27c657 View commit details
    Browse the repository at this point in the history
  3. Move connection tests to sub-folder

    Preparing to add the new pool feature.
    felixge committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    322d0da View commit details
    Browse the repository at this point in the history
  4. Whitespace

    felixge committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    b9fb58f View commit details
    Browse the repository at this point in the history
  5. Config -> ConnectionConfig

    Prepares PoolConfig / ServerConfig
    felixge committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    b68c6ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54a6457 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Configuration menu
    Copy the full SHA
    a5d205d View commit details
    Browse the repository at this point in the history
  2. Disable changeUser tests for travis

    For some reason the travis MySQL does not know the COM_CHANGE_USER
    command and gives a 'ER_UNKNOWN_COM_ERROR' error on both tests.
    
    See: http://travis-ci.org/#!/felixge/node-mysql/jobs/1849366
    felixge committed Jul 12, 2012
    Configuration menu
    Copy the full SHA
    772cfdf View commit details
    Browse the repository at this point in the history
  3. Fix v0.4.x race condition

    Node v0.4.x sometimes seems to emit a data event were the buffer is
    undefined.
    
    See: http://travis-ci.org/#!/felixge/node-mysql/jobs/1849436
    
    This patch simplifies the parser code and handles this problem.
    felixge committed Jul 12, 2012
    Configuration menu
    Copy the full SHA
    86fe9be View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2012

  1. Fix: Strip trailing \0 from pluginData

    Mostly a cosmetic fix at this point.
    felixge committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    60087ad View commit details
    Browse the repository at this point in the history
  2. Improve test by removing a hard coded value

    Small things make life sweet.
    felixge committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    337120c View commit details
    Browse the repository at this point in the history
  3. 9 Configuration menu
    Copy the full SHA
    e5b6e1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d5c8e View commit details
    Browse the repository at this point in the history
  5. fix escaping

    demian85 authored and felixge committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    ef13c64 View commit details
    Browse the repository at this point in the history
  6. Fixed Chuck Norris misspelling :P

    demian85 authored and felixge committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    0cb9fe4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2012

  1. Added test for ON DUPLICATE KEY UPDATE

    Iskren Chernev committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    24eb2f2 View commit details
    Browse the repository at this point in the history
  2. Improved assert messages in test-on-duplicate-key-update

    Iskren Chernev committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    a013b96 View commit details
    Browse the repository at this point in the history
  3. Moved integration test to correct dir

    Iskren Chernev committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    a8ec7b9 View commit details
    Browse the repository at this point in the history