- 05 Mar, 2015 13 commits
-
-
Show more appropriate error message for model validation error
Jan Aagaard Meier committed -
Before: Possibly unhandled SequelizeValidationError: Validation error at /home/phanect/dev/notel-api/node_modules/sequelize/lib/instance-validator.js:150:14 ... After: Possibly unhandled SequelizeValidationError: field_name cannot be null at /home/phanect/dev/notel-api/node_modules/sequelize/lib/instance-validator.js:150:14 ...
Jumpei Ogawa committed -
Jan Aagaard Meier committed
-
[ci skip] Updating docs to reflect actual bulk delete
Jan Aagaard Meier committed -
fix tedious error handling
Mick Hansen committed -
The previous commit incorrectly invalidated the connection, when we should really be removing the connection from the pool completely. This also fixes an error in the disconnect logic, which was erroneously checking connection.connected to identify an already disconnected connection.
Matt Broadstone committed -
Steven Lu committed
-
Mick Hansen committed
-
Mick Hansen committed
-
prevent tedious errors from taking down app
Mick Hansen committed -
Tedious error events must be handled in the connection manager in order to prevent said errors from crashing an app using sequelize to connect to a mssql database.
Matt Broadstone committed -
Mick Hansen committed
-
Mick Hansen committed
-
- 04 Mar, 2015 13 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Docs: replace .values with .get({plain: true})
Mick Hansen committed -
[PostgreSQL] Parsing included fields of HSTORE and RANGE datatype
Mick Hansen committed -
Ruben Bridgewater committed
-
Ruben Bridgewater committed
-
- 03 Mar, 2015 3 commits
-
-
[ci skip] Corrected spelling from "rayther" to "rather"
Jan Aagaard Meier committed -
Corrected spelling from "rayther" to "rather"
Ryan Lane committed -
Ryan Lane committed
-
- 28 Feb, 2015 2 commits
-
-
Fix "Getting Started" link in Readme
Mick Hansen committed -
Update link to corresponding URL @ Readthedocs.org
Arturo Guzman committed
-
- 25 Feb, 2015 5 commits
-
-
Changing query-chainer to promise-style
Mick Hansen committed -
refactor Hooks mixin
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
The existing Hooks mixin explicitly defines methods for all hooks on the Sequelize instance or a given Model. This modifies the Hooks module to provide a single method "applyTo", which mixes in the base Hook functionality (addHook, runHooks, etc), as well as autogenerates declarative hooks for the object its mixing in to (Model.beforeCreate, Sequelize.beforeDefine, etc).
Matt Broadstone committed
-
- 24 Feb, 2015 4 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
… failed), closes #3179
Mick Hansen committed -
Mick Hansen committed
-