- 27 May, 2015 2 commits
-
-
Jan Aagaard Meier committed
-
response to issue 3795
Petar Koretić committed
-
- 26 May, 2015 6 commits
-
-
Fixes #3799 hasOwnProperty is now called through Object.prototype
Jan Aagaard Meier committed -
Mick Hansen committed
-
Mick Hansen committed
-
Fix regression in util.toDefaultValue not returning the data types. Closes #3324, #3002 and #3410
Mick Hansen committed -
If Object.create('null') is used to create the object, it loses the prototype. Calling hasOwnProperty through Object.prototype ensures that hasOwnProperty is safely called. For further details, refer to the comments on the issue.
hkulkarni committed -
Add hability to use raw queries in Model scopes
Jan Aagaard Meier committed
-
- 25 May, 2015 6 commits
-
-
Francisco Cardoso committed
-
Jan Aagaard Meier committed
-
📝 Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
Always quote identifiers after AS in join queries. Fixes #3780
Jan Aagaard Meier committed -
Idris Mokhtarzada committed
-
- 23 May, 2015 2 commits
-
-
Ruben Bridgewater committed
-
Fix typo Fix updatedAt and createdAt not always being 100% identical Use instanceof Abstract and remove __getTimestamp
Ruben Bridgewater committed
-
- 22 May, 2015 16 commits
-
-
[ci skip]
📝 findAll WHERE options list compiled based on guery-generator.js aliasMapJan Aagaard Meier committed -
Mikk Andresen committed
-
Mikk Andresen committed
-
Mick Hansen committed
-
Idris Mokhtarzada committed
-
Sascha Depold committed
-
Deferrable constraints for PostgreSQL
Mick Hansen committed -
Sascha Depold committed
-
Sascha Depold committed
-
Fix isIP: closes #2972, move integration tests to unit tests and…
Jan Aagaard Meier committed -
Add 'mssql' as dialect option in API docs (replaces #3754)
Jan Aagaard Meier committed -
#3754 was an horrible attempt to edit the API docs. This PR is the correct one.
Pedro Pereira committed -
Ruben Bridgewater committed
-
[MSSQL] Eliminate duplicate ORDER BY statements in select queries
Matt Broadstone committed -
Pedro Pereira committed
-
add where clause
Jan Aagaard Meier committed
-
- 21 May, 2015 8 commits
-
-
Fixes #3489 and closes #3490.
Pedro Miguel Henriques Pereira committed -
Idris Mokhtarzada committed
-
syldor committed
-
syldor committed
-
Document `foreignKey` option on belongsToMany & `where` for include
Jan Aagaard Meier committed -
add doc on required for nested eager loading
Mick Hansen committed -
syldor committed
-
* When include.where is used
Bulkan Evcimen committed
-