- 08 Jul, 2013 2 commits
-
-
Jochem Maas committed
-
…perty in terms of getters and setters, we should not care about whether the relevant underlying dataValue is already set or not - previously added/initialized properties may have setters that set the dataValue of the attribute currently being added/initialized (e.g. the setter of a "name" property that also sets the dataValue for the "slug" property, when the "slug" property is defined after the "name" property, in the model,and the bogus sanity check in place the "slug" property does not get its setters/getters defined ... thereby breaking the model!)
Jochem Maas committed
-
- 07 Jul, 2013 3 commits
-
-
Daniel Durante committed
-
Fix for problems with quoteidentifiers
Daniel Durante committed -
Jan Aagaard Meier committed
-
- 06 Jul, 2013 2 commits
-
-
Added variables for buster-test/npm buster tests for quicker testing.
Jan Aagaard Meier committed -
Daniel Durante committed
-
- 04 Jul, 2013 2 commits
-
-
Strings for .find() should be fixed. Also added support for string primary keys to be found easily. Closes #735
Jan Aagaard Meier committed -
Enforce referential integrity data-model example
Daniel Durante committed
-
- 03 Jul, 2013 3 commits
-
-
Percy Perez committed
-
Percy committed
-
Percy committed
-
- 29 Jun, 2013 2 commits
-
-
…to be found easily. Closes #735
Daniel Durante committed -
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 4 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
-