- 07 Sep, 2014 11 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Fix an bug: Boolean always return true in mysql when column define has attributes of ZeroFill and Unsigned.
Mick Hansen committed -
Mick Hansen committed
-
…nd therefor call attribute setters, closes #2201
Mick Hansen committed -
https://github.com/ryanking8215/sequelize…
… into ryanking8215-test/setter_function
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
-
Mick Hansen committed
-
- 06 Sep, 2014 2 commits
-
-
Remove console.log from test
Jan Aagaard Meier committed -
overlookmotel committed
-
- 05 Sep, 2014 7 commits
-
-
Fix object syntax for hasmany and belongsto foreign keys
Mick Hansen committed -
ryanking committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
…xisting attributes with those added by associations
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
- 03 Sep, 2014 1 commit
-
-
ryanking committed
-
- 31 Aug, 2014 1 commit
-
-
Resolves #2206: Error creating pg_temp.testfunc()
Mick Hansen committed
-
- 30 Aug, 2014 3 commits
-
-
Javier Cornejo committed
-
Javier Cornejo committed
-
Javier Cornejo committed
-
- 29 Aug, 2014 1 commit
-
-
Jan Aagaard Meier committed
-
- 27 Aug, 2014 4 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
jchbh-duplicate committed
-
OK, I test and also found for boolean(true), it is incorrect. So it will test string first. Another Question, should we need to support string value "true" and "false" as boolean(true) and boolean(false) here?
jchbh-duplicate committed
-
- 26 Aug, 2014 4 commits
-
-
Use a transaction internally in findOrCreate
Mick Hansen committed -
…f direct access in findOrCreate
Jan Aagaard Meier committed -
jchbh-duplicate committed
-
Jan Aagaard Meier committed
-
- 22 Aug, 2014 2 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 21 Aug, 2014 4 commits
-
-
Jan Aagaard Meier committed
-
…lass and instance methods. Closes #2091
Jan Aagaard Meier committed -
Allow to chain hook definitions on models
Mick Hansen committed -
This commit allows to chain hook definitions like Project .afterCreate(function (proj, fn) {/* HOOK */}) .beforeDestroy(function (proj, fn) {/* HOOK */}) ;
Jan Scheurer committed
-