- 24 May, 2016 5 commits
-
-
* Added failing test to prove that #5301 is not fixed yet * Instance.equals() compares only model and primary key. Fixes #5103 * Instance .equals() PK check accounts for multiple PKs
MrVoltz committed -
* hasOne now prefer options.as for foreign key name Conflicts: changelog.md * (test) hasOne now prefer as
Sushant committed -
* chore(ci): Update build matrix *
🔥 Mariadb * Remove 0.12 from build matrix * Update .travis.ymlJan Aagaard Meier committed -
⚠ * chore(package): update mocha to version 2.5.0 https://greenkeeper.io/ * chore(package): mocha@2.5.1
Greenkeeper committed -
https://greenkeeper.io/
Greenkeeper committed
-
- 23 May, 2016 5 commits
-
-
* Model#truncate - Fixing documentation formatting * Fixing code comment
gtelljohann committed -
Mick Hansen committed
-
ivo-stefchev committed
-
* Adding the ability to log warnings if they are present in MySQL. * Reset spy between tests... * Pass options over. Make changes for jshint. * Ack, forgot debug code. * Finishing up, added tests. Refactored promise chain a little to support the new logging. * Fixed automated test issue. * Changes per pull request feedback. * Adding the ability to log warnings if they are present in MySQL. * Pass options over. Make changes for jshint. * Rebased. * Adding the ability to log warnings if they are present in MySQL. * Pass options over. Make changes for jshint. * Finishing up, added tests. Refactored promise chain a little to support the new logging. * Fixed automated test issue. * Changes per pull request feedback. * Fixing per tests, conflicts, and formatting requests from pull request. * Fixed issue (hopefully) with the bad regex in the test. * Changed test to being MySQL only. * Adding the ability to log warnings if they are present in MySQL. * Reset spy between tests... * Pass options over. Make changes for jshint. * Ack, forgot debug code. * Adding the ability to log warnings if they are present in MySQL. * Adding the ability to log warnings if they are present in MySQL. * Pass options over. Make changes for jshint. * Pass options over. Make changes for jshint. * Finishing up, added tests. Refactored promise chain a little to support the new logging. * Finishing up, added tests. Refactored promise chain a little to support the new logging. * Fixed automated test issue. * Fixed automated test issue. * Changes per pull request feedback. * Changes per pull request feedback. * Rebased. * Fixing per tests, conflicts, and formatting requests from pull request. * Fixed issue (hopefully) with the bad regex in the test. * Changed test to being MySQL only.
Michael D. Stemle, Jr committed -
Westley Argentum Hennigh-Palermo committed
-
- 19 May, 2016 1 commit
-
-
Use case for this is generic cache invalidation using the options.model.name and options.where.id or obj.id
Matthew Scragg committed
-
- 18 May, 2016 6 commits
-
-
Sushant committed
-
Luc Verdier committed
-
* removed support for pool:false * docs updates and changelog for removal of pool:false * fixed conn-manager test which depends upon pool:false
Sushant committed -
https://greenkeeper.io/
Greenkeeper committed -
Sushant committed
-
* test to check if deletedAt allow future dates * compare deletedAt with NOW() rather than IS NULL * fixed tests which depends upon old deletedAt behaviour * fixed findAndCountAll test which depend upon deletedAt old behaviour
Sushant committed
-
- 17 May, 2016 3 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
* Change behaviour for "$notIn empty array" * Make sure value in escape method is a string
Markus Hedlund committed
-
- 16 May, 2016 13 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
… # 3439. Update changelog for v4 pre release
Jan Aagaard Meier committed -
Sushant committed
-
Sushant committed
-
Sushant committed
-
Sushant committed
-
Sushant committed
-
Sushant committed
-
* Fixed @param doc tag in model.js that was breaking docs build. * Updating documentation for Model.schema() to include intended use case and how to set a default schema for a model.
Ryan Thomas committed -
Jan Aagaard Meier committed
-
* Clone options * Remove whitespace
overlookmotel committed -
https://greenkeeper.io/
Greenkeeper committed
-
- 13 May, 2016 5 commits
-
-
* add(associations): make belongsTo getter batch friendly * add(associations): make belongsTo getter batch friendly * add(associations): make hasOne getter batch friendly * variable * readd scope for has one * reintroduce options.limit = null to fix mssql
Mick Hansen committed -
* Improve validation when dealing with non-strings validator@5.0.0+ has stopped coercing input values as strings and since version 4, the library has been printing deprecation notices everytime a non-string is passed to it. All `validate` functions now correctly handle theses cases by delegating this work to lodash functions. * Coerce number values when validating
Rui Marinho committed -
* Remove unneccesary tests checking options object not modified These tests are now performed universally by the tests support shim * Tidy tests code
overlookmotel committed -
Jan Aagaard Meier committed
-
* Updating MSSQL version query to return semver compatible string * Altering query builder to handle sql server 2008 Use TOP instead of LIMIT for queries against SQL server <11.0 * Refactor abstract query builder to support overriding select fragments * Adding OFFSET support for simple queries in SQL Server 2008 Nested queries still fail due to how WITH() queries must be defined * Altering OFFSET support for SQL Server 2008 to enable complex queries * Updating Docker to Node v5 Adding shortcut for running integration tests in containers * Updating legacy SQL server OFFSET query to support WHERE clauses * Adding rebuild of WHERE clauses for OFFSET * Add proper handling for nested ORDER BY for SQL Server * Moving field includes to outer query for SQL server OFFSET * Changing semver comparison * Making semver.valid check before using version * Extracting query orders and deleting duplicate code * Fixing lint problems * Adding unit tests and documentation for SQL limit/offset * Fixing lint problems * Tweaking query build loop and renaming sql fragment builder
Randall Crock committed
-
- 12 May, 2016 2 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-