- 21 Aug, 2013 1 commit
-
-
Added the ability to define migrations that create, drop, and rename both functions and triggers (since triggers need functions). This allows migrations to handle more of the requirements of setting up the underlying SQL database behavior. This version currently only provides support on postgresql.
Jonathan M. Altman committed
-
- 09 Aug, 2013 8 commits
-
-
Added specs to explicitly test for auto incremented/primary key validati...
Daniel Durante committed -
Daniel Durante committed
-
Daniel Durante committed
-
Default schemas should now be utilized when describing tables (this real...
Daniel Durante committed -
…affected Postgres users for the most part) and fixed sqlite/mysql having trouble with dropping the correct schemas. Closes #672
Daniel Durante committed -
Daniel Durante committed
-
Custom primary key (not keys, just singular) should no longer be a problem for models when using any of the data retrievals with just a number or through associations. Closes #694
Daniel Durante committed -
…simply callback rather than connecting again).
Daniel Durante committed
-
- 08 Aug, 2013 2 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
- 07 Aug, 2013 2 commits
-
-
This reverts commit 77e86a11.
Sascha Depold committed -
Sascha Depold committed
-
- 06 Aug, 2013 13 commits
-
-
Daniel Durante committed
-
Daniel Durante committed
-
Daniel Durante committed
-
Daniel Durante committed
-
Daniel Durante committed
-
Daniel Durante committed
-
Daniel Durante committed
-
Updated pg and node-validator dependencies.
Daniel Durante committed -
Daniel Durante committed
-
Sascha Depold committed
-
Sascha Depold committed
-
First iteration of syntax sugar for DAOs
Daniel Durante committed
- 04 Aug, 2013 4 commits
-
-
Sascha Depold committed
-
https://github.com/durango/sequelize
…o durango-updateAttributes-spec Conflicts: lib/dao.js
Sascha Depold committed -
Sascha Depold committed
-
Sascha Depold committed
-
- 03 Aug, 2013 6 commits
-
-
Conflicts: package.json spec/dao-factory.spec.js
Sascha Depold committed -
Sascha Depold committed
-
For MySQL users, if their collation allows case insensitivity then allow enums to be case insensitive as well. Closes #627
Sascha Depold committed -
Sascha Depold committed
-
Non pooling connections will no longer leak.
Daniel Durante committed -
Daniel Durante committed
-
- 02 Aug, 2013 4 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
-