- 29 Nov, 2013 1 commit
-
-
Andreas Lubbe committed
-
- 28 Nov, 2013 1 commit
-
-
Do not modify input to findOrCreate
Daniel Durante committed
-
- 27 Nov, 2013 7 commits
-
-
Make available migrator helpers
Jan Aagaard Meier committed -
Update formatNamedParameters to not match parameters starting with digit
Mick Hansen committed -
Andreas Franzen committed
-
This has been done so other tools can interact with the current migration state and more advanced tooling for migrating.
Ben Evans committed -
Andreas Franzen committed
-
Using a query like: query = "SELECT * FROM t WHERE create_at > CURRENT_DATE + CURRENT_TIME - time '01:30' LIMIT :limit"; Sequelize.query(query, null, {raw: true}, { limit: limit }) will fail due to "time '01:30'" where it will look for a parameter named '30'
Andreas Franzén committed -
Sascha Depold committed
-
- 25 Nov, 2013 3 commits
-
-
Sascha Depold committed
-
Elliot Foster committed
-
This helps when making spy assertions about what arguments findOrCreate was called with.
Elliot Foster committed
-
- 23 Nov, 2013 1 commit
-
-
Performance optimizations for build
Mick Hansen committed
-
- 22 Nov, 2013 4 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 21 Nov, 2013 1 commit
-
-
Stop leaking "smart" variable
Jan Aagaard Meier committed
-
- 20 Nov, 2013 10 commits
-
-
Hopefully all global leaks should be gone.
Elliot Foster committed -
Elliot Foster committed
-
Elliot Foster committed
-
Elliot Foster committed
-
Elliot Foster committed
-
This reverts commit afdf1295.
Elliot Foster committed -
Elliot Foster committed
-
Elliot Foster committed
-
Update connector-manager.js
Daniel Durante committed -
That will fix the bug on 'error: sorry, too many clients already'
thomascool committed
-
- 14 Nov, 2013 4 commits
-
-
Default dialect in sequelize generatec config
Jan Aagaard Meier committed -
Make the logic for manipulating sqlite data types a bit more solid
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
The config.json generated by sequelize -i does not supply a dialect key/value pair when generating. It defaults to mysql so lets make this clear by adding it to the config file
Patrik Björklund committed
-
- 12 Nov, 2013 6 commits
-
-
Adds an additional check for enum value before converting it toLowerCase
Jan Aagaard Meier committed -
Basically fixes an issue introduced with commit 2d298a3c that causes conversion of undefined toLowerCase TypeError: Cannot call method 'toLowerCase' of undefined at null.<anonymous> (/path/to/project/modules/elms/node_modules/sequelize/lib/dao.js:139:127) at EventEmitter.emit (events.js:95:17) at null.<anonymous> (/path/to/project/modules/elms/node_modules/sequelize/lib/dao-validator.js:45:17) at Hooks.runHooks (/path/to/project/modules/elms/node_modules/sequelize/lib/hooks.js:19:15) at null.<anonymous> (/path/to/project/modules/elms/node_modules/sequelize/lib/dao-validator.js:39:29) at Hooks.runHooks (/path/to/project/modules/elms/node_modules/sequelize/lib/hooks.js:19:15) at null.fct (/path/to/project/modules/elms/node_modules/sequelize/lib/dao-validator.js:26:27) at null.<anonymous> (/path/to/project/modules/elms/node_modules/sequelize/lib/emitters/custom-event-emitter.js:25:18) at processImmediate [as _immediateCallback] (timers.js:330:15)
Oliver Walzer committed -
Elliot Foster committed
-
Elliot Foster committed
-
Elliot Foster committed
-
Elliot Foster committed
-
- 11 Nov, 2013 1 commit
-
-
Elliot Foster committed
-
- 05 Nov, 2013 1 commit
-
-
Add default value of 1 to decrement to match increment
Jan Aagaard Meier committed
-