- 15 Aug, 2015 2 commits
-
-
docs: Fixed minor typos.
Jan Aagaard Meier 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
-
- 04 Aug, 2015 10 commits
-
-
Jan Aagaard Meier committed
-
option object shouldn't be updated internally.
Jan Aagaard Meier committed -
Fixed a bug where wrong sql was generated when destroying in pg when primary key has an alias.
Jan Aagaard Meier committed -
smihica committed
-
…eld as a primary key in postgres.
smihica committed -
smihica committed
-
smihica committed
-
smihica committed
-
smihica committed
-
smihica committed
-
- 03 Aug, 2015 3 commits
-
-
Jan Aagaard Meier committed
-
[ci skip]
📝 Transaction document fixJan Aagaard Meier committed -
Jumpei Ogawa committed
-
- 01 Aug, 2015 1 commit
-
-
Jan Aagaard Meier committed
-