- 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 4 commits
-
-
Add default value of 1 to decrement to match increment
Jan Aagaard Meier committed -
Add a case for native pg client with different callback format
Daniel Durante committed -
Brandon Skari committed
-
When using the native pg bindings, the `connectCallback` has no `client` argument passed to it. As a result, self.client should continue to be used here.
Will Whitney committed
-
- 04 Nov, 2013 4 commits
-
-
Jan Aagaard Meier committed
-
This commit allows you to disable logging for .sync() methods on Sequeli...
Jan Aagaard Meier committed -
Added a special test for syncing an enum table multiple times.
Jan Aagaard Meier committed -
When a table's timestamps are set to true, increment() and decrement() f...
Jan Aagaard Meier committed
-
- 03 Nov, 2013 1 commit
-
-
Sascha Depold committed
-
- 30 Oct, 2013 3 commits
-
-
… should update the updatedAt column.
Daniel Durante committed -
Daniel Durante committed
-
Daniel Durante committed
-
- 29 Oct, 2013 1 commit
-
-
Sascha Depold committed
-