- 26 Jan, 2015 2 commits
-
-
Björn Dahlgren committed
-
Mick Hansen committed
-
- 25 Jan, 2015 1 commit
-
-
Mick Hansen committed
-
- 23 Jan, 2015 11 commits
-
-
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 6 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
-
Robert Ing committed
-
- 17 Jan, 2015 6 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
CLS support in transactions
Mick Hansen committed -
Mick Hansen committed
-
- 16 Jan, 2015 4 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Fix where dialectOptions are placed in the config object
Mick Hansen committed -
Mick Hansen committed
-