Skip to content

Conversation

@thomascool
Copy link
Collaborator

No description provided.

mickhansen and others added 30 commits December 30, 2013 13:20
…ion, will break on multiple objects for sure)
mickhansen and others added 30 commits January 11, 2014 10:11
Fix for sequelize#1234 - Postgres query should set on .dataValues instead of object
Added tests for both field: Sequelize.ENUM and field: { type: Sequelize.ENUM }
Sequelize.ENUM: Values as arguments / array
Override .emit() to first check whether the error argument is an array. In case
it is an array, reduce it to the very first error and pass it to the original
EventEmitter.emit()
…entemitter-throw-error

Fix CustomEventEmitter error handling
Make sure that objects passed to CustomEventEmitter's `error` event
are boiled down to real Error instances so that node's EventEmitter
does not give us this nasty "Uncaught, unspecified error" thing.
. fix unixSocket connection for mariadb
New queries hang when a client connection is closed after the 100 ms period of inactivity
pool settings are not transported down to replica connections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.