- 04 Dec, 2014 34 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
fix schema test and move dropSchema to AbstractDialect
Mick Hansen committed -
The schema.test.js added yesterday was using before/after in the test cases when this.sequelize was not guaranteed to be present yet. This also moves dropSchema to the AbstractDialect, currently the code simply assumed you had this implemented in your dialect
Matt Broadstone committed -
Fix findAndCountAll with include all
Mick Hansen committed -
overlookmotel committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
…utely required includes
Mick Hansen committed -
add ability to determine dialect migration support
Mick Hansen committed -
This provides the ability to determine whether a given dialect is supported for migrations. This is mostly another switch that allows incremental implementation of new dialects.
Matt Broadstone committed -
remove node-sql and query generation syntactic sugar
Sascha Depold committed -
This is an incomplete feature that seems to be unused by the user base. Furthermore, it does not support incoming dialects (notably MSSQL), and thus has been slated for removal for the 2.0 release
Matt Broadstone committed -
Mick Hansen committed
-
Mick Hansen committed
-
Fix allowNull in combination with primaryKey
Mick Hansen committed -
Mick Hansen committed
-
…ield prop after create, fixes #2468
Mick Hansen committed -
Fix increment and decrement usage with schemata
Jan Aagaard Meier committed -
Sascha Depold committed
-
Mick Hansen committed
-
Mick Hansen committed
-
qjroberts committed
-
Mick Hansen committed
-
Mick Hansen committed
-
https://github.com/vpontis…
…/sequelize into vpontis-associating-sections-when-deletions
Mick Hansen committed -
…result in a promise chain
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
add ability to test for dialect transaction support
Mick Hansen committed -
…nd attributes as fields
Mick Hansen committed
-
- 03 Dec, 2014 6 commits
-
-
Mick Hansen committed
-
Transaction support is currently very limited in the MSSQL dialect, this allows us to conditionally skip transaction related tests for a given dialect. I imagine it's also a nice feature to have when adding a new dialect, so you don't have to solve all one thousand errors at the same time
Matt Broadstone committed -
This commit adds a test that checks allowNull in combination with primaryKey.
Sascha Depold committed -
Update dependencies
Mick Hansen committed -
This commit updates bluebird, sql and validator. The latter one is reported to be vulnerable: https://nodesecurity.io/advisories/validator-isurl-denial-of-service
Sascha Depold committed -
fix replication always use write host
Mick Hansen committed
-