- 18 Jan, 2015 1 commit
-
-
`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
-
- 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 17 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 -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
…nd fixed cls test for sqlite
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Fix badges url to use SVG version
Jan Aagaard Meier committed -
Improve wording in CONTRIBUTING.DOCS.md
Jan Aagaard Meier committed -
Small text edit - CONTRIBUTING.DOCS.md
Jan Aagaard Meier committed -
Kiran Rao committed
-
Hello - noticed some typos when reading through the file. Believe the following changes will help make the documentation more clear:
Kiran Rao committed -
Tiago Ribeiro committed
-