- 25 Aug, 2013 1 commit
-
-
If the column allows null values, the validation for that column will be skipped if the vale is null. Closes https://github.com/sequelize/sequelize/issues/839
Daniel Durante committed
-
- 23 Aug, 2013 11 commits
-
-
Sascha Depold committed
-
https://github.com/durango/sequelize
Conflicts: lib/dialects/mysql/query-generator.js lib/query-interface.js lib/utils.js spec/dao-factory.spec.js
Sascha Depold committed -
https://github.com/t…
…andartsnl/sequelize into tandartsnl-bugfix/getterSetterPropertyInitialization
Sascha Depold committed -
-
Sascha Depold committed
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Sascha Depold committed
-
- 22 Aug, 2013 11 commits
-
-
Updated validator to 1.5.0 and chai-datetime to 1.1.1
Daniel Durante committed -
Daniel Durante committed
-
Postgres was having trouble restablishing connections for non-pool clients closes #832
Daniel Durante committed -
… times might be off slightly by a second or so when doing a comparison.
Daniel Durante committed -
Daniel Durante committed
-
Sascha Depold committed
-
Daniel Durante committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
- 21 Aug, 2013 8 commits
-
-
Daniel Durante committed
-
Sascha Depold committed
-
Postgres' connector-manager was only checking to see if this.client was null. We should have been checking for "readyForQuery" status as well. We now make this.client null if the connection has an error rather than just maintaining stale information. This is to ensure that we retry our connection until we can re-establish a firm connection. This resolves issue #832 https://github.com/sequelize/sequelize/issues/832
Daniel Durante committed -
Move the validation code to happen before the save funtion checks for enums being out of range. This way the enum validators can catch the error and raise the event instead of throwing an error that breaks execution.
Tony DiPasquale committed -
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
- 20 Aug, 2013 2 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 19 Aug, 2013 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 18 Aug, 2013 4 commits
-
-
Jan Aagaard Meier committed
-
You should now be able to declare false/true booleans within the where s...
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Find and count all attrs needs attributes reset
Jan Aagaard Meier committed
-