- 11 Jul, 2013 1 commit
-
-
Daniel Durante committed
-
- 10 Jul, 2013 1 commit
-
-
…s to make sure that we're getting the right information back.
Daniel Durante committed
-
- 09 Jul, 2013 1 commit
-
-
Daniel Durante committed
-
- 06 Jul, 2013 1 commit
-
-
…to ActiveRecord's scope. 2. Big internal changes (but as of right now only related to scope()) made for the {where} object when using finders. Could be useful for some, it basically breaks down several where objects into one concise object. 3. New where finders.. 'eq', 'like', 'nlike', 'notlike', and 'not' (not in). 4. New finder shortcuts, '..' for between and '..' for not betweenDaniel Durante committed
-
- 29 Jun, 2013 1 commit
-
-
Closes #723 (consistent handling of limit and offset across dialects)
Daniel Durante committed
-
- 28 Jun, 2013 7 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Added basic where logic to sequelize closes #321
Jan Aagaard Meier committed -
Cleaned up configuration.spec.js and made Sequelize throw an error for a dialect that doesn't exist. Closes #729.
Jan Aagaard Meier committed -
… that doesn't exist. Closes #729.
Daniel Durante committed -
Daniel Durante committed
-
- 26 Jun, 2013 6 commits
-
-
Daniel Durante committed
-
Make explicit migrations possible.
Daniel Durante committed -
Better BigInt support for PostgreSQL.
Jan Aagaard Meier committed -
freezy committed
-
freezy committed
-
Daniel Durante committed
-
- 25 Jun, 2013 4 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Bugfix for the problems related to eager loading associations and subsequent saving of DAO instances
Jan Aagaard Meier committed
-
- 22 Jun, 2013 4 commits
-
-
Jan Aagaard Meier committed
-
Jochem Maas committed
-
implement "sugar" wrapper method for findAll() followed by count()
Jan Aagaard Meier committed -
Made better error messages for when we have trouble connecting to a database. Closes #227
Jan Aagaard Meier committed
-
- 21 Jun, 2013 1 commit
-
-
Daniel Durante committed
-
- 20 Jun, 2013 11 commits
-
-
PostgreSQL should now be able to insert empty arrays with typecasting. Closes #714
Jan Aagaard Meier committed -
Fields should be escaped by quoteIdentifier for max/min functions which allows SQL reserved keywords to be used. Closes #676
Jan Aagaard Meier committed -
Identity comparison for bigint
Jan Aagaard Meier committed -
sevastos committed
-
Daniel Durante committed
-
…QL reserved keywords to be used. Closes #676
Daniel Durante committed -
Daniel Durante committed
-
…ect but the test assumed that the fields were specified in a different order (I think switching from `doa.values` to `dao.dataValues` affected the order of field names in generated SQL)
Jochem Maas committed -
…n "username" (note that this broken test has nothing to do with the changes in this branch :-/)
Jochem Maas committed -
…ck that we have a rawAttribute definition for each value we attempt to validate (seems that it is possible to set stuff into a doa instance even though the model does not know about a given property)
Jochem Maas committed -
Jochem Maas committed
-
- 19 Jun, 2013 2 commits
-
-
Added the ability to tell Sequelize what language to go by for singular/plural functions. Closes #683
Sascha Depold committed -
Daniel Durante committed
-