- 28 Jan, 2015 4 commits
-
-
Mick Hansen committed
-
-
Mick Hansen committed
-
-
- 27 Jan, 2015 1 commit
-
-
UUID datatype mapping for mssql
Mick Hansen committed
-
- 26 Jan, 2015 3 commits
-
-
docs(associations): missing curly brackets in Belongs-To-Many
Mick Hansen committed -
Björn Dahlgren committed
-
Mick Hansen committed
-
- 25 Jan, 2015 1 commit
-
-
Mick Hansen committed
-
- 23 Jan, 2015 12 commits
-
-
See #2988 for details
Nicolas Silberman committed -
refactor: initial work on sql unit tests refactor
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 22 Jan, 2015 1 commit
-
-
… seperate integration tests
Mick Hansen committed
-
- 21 Jan, 2015 4 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 20 Jan, 2015 4 commits
-
-
updated bluebird to 2.6.2
Mick Hansen committed -
Jan Aagaard Meier committed
-
Clarify location of foreign key.
Mick Hansen committed -
This behavior surprised some of us coming from hibernate. Perhaps the root problem was that I didn't know to look here: http://sequelize.readthedocs.org/en/latest/api/associations/#hasonetarget-options
Casey Watson committed
-
- 19 Jan, 2015 1 commit
-
-
Jan Aagaard Meier committed
-
- 18 Jan, 2015 8 commits
-
-
Updated punctuation: associations.md
Mick Hansen committed -
Fix typo in getting-started.md
Mick Hansen committed -
Give more meaning for operator 'or'
Mick Hansen committed -
`Projects`.`id` IN (1,2,3) OR `Projects`.`id` < 10 has no sense, second part should be enough. That's why I replaced `lt` lookup with `gt` to generate following SQL `Projects`.`id` IN (1,2,3) OR `Projects`.`id` > 10 which have much more sense.
Ruslan Kovtun committed -
Mike DeLucco committed
-
Mike DeLucco committed
-
Mike DeLucco committed
-
Robert Ing committed
-
- 17 Jan, 2015 1 commit
-
-
Mick Hansen committed
-