- 09 Feb, 2013 1 commit
-
-
carsondarling committed
-
- 31 Jan, 2013 2 commits
-
-
PostgreSQL can now accept special characters in username and passwords
Sascha Depold committed -
Daniel Durante committed
-
- 29 Jan, 2013 5 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Fix missing foreign key attribute in BelongsTo.
Sascha Depold committed
-
- 27 Jan, 2013 1 commit
-
-
Sascha Depold committed
-
- 22 Jan, 2013 2 commits
-
-
Ricardo Graça committed
-
- the injectAttributes method should update the source DAO as that's where the foreign key is.
Ricardo Graça committed
-
- 19 Jan, 2013 1 commit
-
-
Ricardo Graça committed
-
- 16 Jan, 2013 15 commits
-
-
-
Fix issue with incorrect migrations in SequelizeMeta getting deleted when reverting
Sascha Depold committed -
Use ES5 native instead of Underscore.js when possible
Sascha Depold committed -
Fix typo in bin/sequelize
Sascha Depold committed -
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Migrations - renameColumn: Unhandled error if field name doesn't exist
Sascha Depold committed -
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
- 14 Jan, 2013 2 commits
-
-
Ricardo Graça committed
-
Ricardo Graça committed
-
- 11 Jan, 2013 5 commits
-
-
This reverts commit f4f620e0.
Thomas Watson Steen committed -
Thomas Watson Steen committed
-
Thomas Watson Steen committed
-
Thomas Watson Steen committed
-
Shaun Rader committed
-
- 10 Jan, 2013 3 commits
-
-
Sascha Depold committed
-
Only load .js files from the migrations directory
Sascha Depold committed -
Fix bug in Utils.format that ignore falsy values
Sascha Depold committed
-
- 09 Jan, 2013 3 commits
-
-
Previously this would affect where clauses, e.g: User.findAll({ where: ['foo = ?', 0]) Would translate into: SELECT * FROM `Users`.`foo` = ? Instead of: SELECT * FROM `Users`.`foo` = 0
Thomas Watson Steen committed -
Thomas Watson Steen committed
-
Ricardo Graça committed
-