- 04 Dec, 2013 1 commit
-
-
Code Coverage and Coveralls.io
Mick Hansen committed
-
- 02 Dec, 2013 1 commit
-
-
ne: null now yields "IS NOT NULL" instead of "!= NULL"
Daniel Durante committed
-
- 01 Dec, 2013 1 commit
-
-
Andreas Lubbe committed
-
- 29 Nov, 2013 7 commits
-
-
Prevention of duplicate records on multiple include hasMany joins - Closes #976, #335
Mick Hansen committed -
Make tests work on my local machine ;)
Sascha Depold committed -
Andreas Lubbe committed
-
Andreas Lubbe committed
-
Lemon committed
-
Fixes #976
Lemon committed -
Mick Hansen committed
-
- 28 Nov, 2013 4 commits
-
-
Ben Evans committed
-
Ben Evans committed
-
Ben Evans committed
-
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
-