- 08 Jul, 2013 1 commit
-
-
…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
-
- 20 Jun, 2013 5 commits
-
-
Jochem Maas 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 11 commits
-
-
Added the ability to tell Sequelize what language to go by for singular/plural functions. Closes #683
Sascha Depold committed -
Daniel Durante committed
-
Daniel Durante committed
-
Keep milliseconds in timestamps for postgres
Daniel Durante committed -
Seth Samuel committed
-
Bumped pg to 2.0.0
Daniel Durante committed -
Daniel Durante committed
-
Daniel Durante committed
-
Use moment for better postgres timestamp strings
Daniel Durante committed -
Seth Samuel committed
-
Seth Samuel committed
-
- 18 Jun, 2013 6 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Fix for many-to-many associations being impossible between models with custom table names
Jan Aagaard Meier committed -
Fix quotation escape in postgres where conditions
Sascha Depold committed -
Sascha Depold committed
-
Seth Samuel committed
-
- 17 Jun, 2013 1 commit
-
-
Jesse Clark committed
-
- 14 Jun, 2013 4 commits
-
-
Daniel Durante committed
-
Fix HSTORE encoding by using pg-hstore library.
Daniel Durante committed -
Jesse Clark committed
-
Scott Tadman committed
-
- 13 Jun, 2013 2 commits
-
-
Scott Tadman committed
-
Scott Tadman committed
-
- 12 Jun, 2013 9 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
… (removes errors about the use of reserved keywords
Jan Aagaard Meier committed -
hasMany setter uses bulk create and destroy to create and remove associations
Daniel Durante committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 10 Jun, 2013 1 commit
-
-
Fixes #644
durango committed
-