- 14 Oct, 2013 1 commit
-
-
Daniel Durante committed
-
- 04 Oct, 2013 4 commits
-
-
Daniel Durante committed
-
fixed foreign key deletion for mixed associations
Daniel Durante committed -
Sascha Depold committed
-
Sascha Depold committed
-
- 03 Oct, 2013 1 commit
-
-
sequelize.literal() will tell Sequelize to not escape whatever you type into the argument, for example: sequelize.literal('1-2') will result in "1-2" unescaped. sequelize.cast(input, type) will cast input into type, for example: sequelize.cast('1-2', 'integer') will result in: ```CAST('1-2' AS INTEGER)```
Daniel Durante committed
-
- 02 Oct, 2013 4 commits
-
-
Updated depedencies
Daniel Durante committed -
Daniel Durante committed
-
Daniel Durante committed
-
- 01 Oct, 2013 1 commit
-
-
- 27 Sep, 2013 13 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
https://github.com/janmeier/sequelize
Conflicts: lib/associations/has-many.js
Sascha Depold committed -
Sascha Depold committed
-
Sascha Depold committed
-
https://github.com/durango/sequelize
Conflicts: lib/dao-factory.js lib/dao.js test/support.js
Sascha Depold committed -
Sascha Depold committed
-
Sascha Depold committed
-
Basic function and trigger migrations
Sascha Depold committed -
Sascha Depold committed
-
Sascha Depold committed
-
-
- 25 Sep, 2013 2 commits
-
-
This commit fixes paranoid: true option, .find, .all, and .count will no...
Sascha Depold committed -
Daniel Durante committed
-
- 24 Sep, 2013 13 commits
-
-
Jan Aagaard Meier committed
-
This commit allows you to define a defaultValue for timestamp fields.
Jan Aagaard Meier committed -
Added a test to ensure primary keys for postgres wouldn't necessarily be...
Jan Aagaard Meier committed -
Updated depdencies.
Sascha Depold committed -
Po-Ying Chen committed
-
Daniel Durante committed
-
…by paranoid's rules. This does not test for associated models with paranoid true but it's the first step.
Daniel Durante committed -
…into a serial. Closes https://github.com/sequelize/sequelize/issues/358
Daniel Durante committed -
Daniel Durante committed
-
Daniel Durante committed
-
Daniel Durante committed
-
Update with column
Daniel Durante committed -
Jonathan M. Altman committed
-
- 23 Sep, 2013 1 commit
-
-
Po-Ying Chen committed
-