- 23 Jan, 2015 6 commits
-
-
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 9 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Fix where dialectOptions are placed in the config object
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
https://github.com/seegno/sequ…
…elize into seegno-bugfix/whitelist-order-keywords
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
- 15 Jan, 2015 3 commits
-
-
add proper schema support for mssql dialect
Mick Hansen committed -
Up until now the mssql dialect has been using pseudo schema support a la the mysql dialect, even though it supports real schemas. This changeset adds full support for mssql schemas to the dialect, as well as a few relevant changes (specifically using bracket notation for object references, instead of quotation marks).
Matt Broadstone committed -
Fixes authentication credentials not being passed in db connection string, and passing options
Mick Hansen committed
-