- 05 Dec, 2014 23 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
stop sequelize from erroneously adding timezone to raw query dates
Mick Hansen committed -
Only for rawSelects it seems that Sequelize forcibly adds timezone information to dates returned from the database. This breaks in strange and magical ways
Matt Broadstone committed -
Mick Hansen committed
-
Mick Hansen committed
-
…(committed or rolled back), closes #2082
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 04 Dec, 2014 17 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
add default implementation for upsertQuery
Mick Hansen committed -
Some dialects developers might need to be reminded they need to implement the upsertQuery.
Matt Broadstone 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
-