loopback/lib
Amir Jafarian 4aac2776a8 Fix bulkUpdate to not trigger rectifyAll
Fix `getIdFromWhereByModelId()` to correctly detect the situation
when "bulkUpdate" performs a write operation using a where filter
containing both id attribute but also all other model attributes.

This should significantly improve the performance of change replication,
because the cost of running rectifyAll is very high.
2015-12-22 10:44:28 +01:00
..
connectors Enable jscs for `lib`, fix style violations 2014-11-04 08:25:33 +01:00
access-context.js AccessControl for change replication 2015-04-07 19:53:58 +02:00
application.js Fix typo in doc comment 2015-10-21 13:47:36 -07:00
browser-express.js Emit a 'modelRemoted' event by app.model() 2014-07-24 17:00:27 -07:00
builtin-models.js Merge branch 'master' of https://github.com/esco/loopback into esco-master 2015-05-29 16:44:18 -07:00
express-middleware.js Expose more loopback middleware for require 2014-11-19 11:32:22 -08:00
loopback.js Create stack-removing errorhandler middleware 2015-09-03 08:38:24 +02:00
model.js Update model.js 2015-12-04 19:24:03 -05:00
persisted-model.js Fix bulkUpdate to not trigger rectifyAll 2015-12-22 10:44:28 +01:00
registry.js lib/registry: fix findModel for model ctor 2015-11-09 16:01:43 +01:00
runtime.js Enable jscs for `lib`, fix style violations 2014-11-04 08:25:33 +01:00
server-app.js Allow methods filter for middleware config 2015-08-05 10:30:57 -07:00
utils.js Don't load Bluebird for createPromiseCallback 2015-08-04 11:04:12 +02:00