- 24 Nov, 2014 1 commit
-
-
Jan Aagaard Meier committed
-
- 23 Nov, 2014 3 commits
-
-
Fix forIn rather than each for iterating on object
Mick Hansen committed -
overlookmotel committed
-
only enable RESTRICT fk constraint tests for supporting dialects
Mick Hansen committed
-
- 22 Nov, 2014 1 commit
-
-
MSSQL doesn't support a RESTRICT fk constraint, so we need a way to conditionally disable these tests. This change adds an extra section to dialect.supports indicating support for RESTRICT constraints. Also changed some cases where RESTRICT wasn't being explicitly tested but used to test the ability to simply use constraints (query-interface.test.js)
Matt Broadstone committed
-
- 20 Nov, 2014 2 commits
-
-
add dialect support checking to tests
Jan Aagaard Meier committed -
this allows us to test for dialect features in tests, see test/transaction.test.js for an example of checking for row locking support before running a test
Matt Broadstone committed
-
- 19 Nov, 2014 2 commits
-
-
make abstract dialect more abstract
Mick Hansen committed -
This fixes two problems in particular: - there was no existing way to access information about the model you were generating a limit and offset for, so the model has been added to the options - included where generation was done from raw SQL, making it impossible to support other dialects that don't support the same LIMIT syntax
Matt Broadstone committed
-
- 18 Nov, 2014 2 commits
-
-
add environment variable to enable logging during tests
Mick Hansen committed -
Matt Broadstone committed
-
- 14 Nov, 2014 7 commits
-
-
Update inflection dependency to v1.5.2
Jan Aagaard Meier committed -
Fix MySQL unique constraint error message parsing
Jan Aagaard Meier committed -
overlookmotel committed
-
overlookmotel committed
-
Prefer index name when mapping unique constraint errors
Jan Aagaard Meier committed -
unique constraint error
Jarkko Mönkkönen committed -
Jarkko Mönkkönen committed
-
- 13 Nov, 2014 7 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Undestroy method for paranoid models
Jan Aagaard Meier committed -
update/clean readme
Mick Hansen committed -
- update some of the links - change h3 to h2 for sections - add disclaimer about runnable not being up-to-date - change twitter link to @SequelizeJS instead of @sdepold
Victor Pontis committed -
Jarkko Mönkkönen committed
-
When using migrations to create indexes instead of sync or when unique index name has fields with underscores (was problem at least with postgres implementation) then it was not possible to set custom error message, because mapping the error thrown from database always failed. Fixed by using indexName always for mapping the error if possible.
Jarkko Mönkkönen committed
-
- 12 Nov, 2014 3 commits
-
-
keep original error message when wrapping in DatabaseError
Mick Hansen committed -
Add support for 'IS NULL' comparison
Mick Hansen committed -
Kyle committed
-
- 11 Nov, 2014 5 commits
-
-
Allow removing has-many associations by id
Mick Hansen committed -
Simon Gaeremynck committed
-
Mick Hansen committed
-
#2338 - Associations remove[AS][plural]
Mick Hansen committed -
Simon Gaeremynck committed
-
- 10 Nov, 2014 5 commits
-
-
Seth Samuel committed
-
Use pg-hstore for improved hstore handling
Jan Aagaard Meier committed -
Use the new beta build env on Travis
Jan Aagaard Meier committed -
caching is enabled faster vms faster boot times (docs coming soon)
Josh Kalderimis committed -
fixes #2521
Roman Shtylman committed
-
- 07 Nov, 2014 2 commits
-
-
Seth Samuel committed
-
Seth Samuel committed
-