- 18 Aug, 2015 3 commits
-
-
use QueryTypes.UPDATE instead of RAW when incrementing a value of an …
Jan Aagaard Meier committed -
Ivan Postic committed
-
Update dependencies 2
Jan Aagaard Meier committed
-
- 17 Aug, 2015 6 commits
-
-
Joseph Page committed
-
Joseph Page committed
-
This reverts commit 940a60ca.
Joseph Page committed -
Revert "Update dependencies"
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Update dependencies
Jan Aagaard Meier committed
-
- 15 Aug, 2015 7 commits
-
-
Joseph Page committed
-
Joseph Page committed
-
Joseph Page committed
-
docs: Fixed minor typos.
Jan Aagaard Meier committed -
Joseph Page committed
-
Joseph Page committed
-
Diosney Sarmiento committed
-
- 14 Aug, 2015 4 commits
-
-
Fix removeColumnQuery for mssql dialect
Jan Aagaard Meier committed -
Fix Postgres showIndex not returning functional indices
Jan Aagaard Meier committed -
Sorin Neacsu committed
-
* As per the syntax tree at: https://msdn.microsoft.com/en-gb/library/ms190273.aspx the correct syntax for removing a column is: ALTER TABLE users DROP COLUMN name; instead of: ALTER TABLE users DROP name; which is instead the syntax to drop the 'name' constraint.
Michael Kearns committed
-
- 13 Aug, 2015 1 commit
-
-
Pass through connection mode options to sqlite
Jan Aagaard Meier committed
-
- 12 Aug, 2015 8 commits
-
-
Stan S committed
-
Support custom field names in json queries
Jan Aagaard Meier committed -
Instead of using the first part of the key directly, respect defined custom field names
Johannes Würbach committed -
JSON: Cast key when using the equality operator
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
- Perform file existence checks using `fs.open` for older versions of node.
Stan S committed -
Stan committed
-
- Default to SQLite's default of OPEN_READWRITE | OPEN_CREATE - Added tests to verify access errors when connection opened with a more limiting mode
Stan S committed
-
- 11 Aug, 2015 3 commits
-
-
Fixed `operator does not exist` exception when using queries like: ```js { 'data.age': 4 } ```
Johannes Würbach committed -
[ci skip] Docs: Clarify the phrases, "Notice that the accessor is singular/plural" in models-usage.md
Jan Aagaard Meier committed -
Clarify the phrases, "Notice that the accessor is singular/plural" - which may be confusing as the term, "accessor", typically refers to code
superclarkk committed
-
- 07 Aug, 2015 2 commits
-
-
[ci skip] Fix typo in schema.md
Jan Aagaard Meier committed -
Carter Chung committed
-
- 06 Aug, 2015 5 commits
-
-
Jan Aagaard Meier committed
-
BelongsToMany.injectAttributes: replace model.init call with model.refreshAttributes
Jan Aagaard Meier committed -
Sorin Neacsu committed
-
Jan Aagaard Meier committed
-
Throw the original error from authenticate
Jan Aagaard Meier committed
-
- 05 Aug, 2015 1 commit
-
-
Sean Herman committed
-