- 21 Jan, 2015 2 commits
-
-
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 7 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 -
ksmithut committed
-
ksmithut committed
-
refactor show indexes query type
Mick Hansen committed -
Erik van de Ven committed
-
- 14 Jan, 2015 5 commits
-
-
Mick Hansen committed
-
Eliminating more cases where we are doing string compares to determine a query that shows indexes for a given table
Matt Broadstone committed -
Mick Hansen committed
-
refactor support for return values on insert/update
Mick Hansen committed -
The dialect support for return values has been refactored to make detecting it more readable for the two dialects that currently support it. Tests have also been added for regular creates as well as bulkCreates for returning these values
Matt Broadstone committed
-