loopback-datasource-juggler/lib
Nick Oikonomou b3a7bc521d Fixes #1275. `Include` filter transforms fields property into array. (#1276)
* Fixes#1275 Transform *fields* property into array

`Include` filter takes into consideration string property
'fields' and transforms it into an array containing this string.

* Added error handling for `include` filter.

* ExecTasksWithInterLeave now contains a try-catch block
 in order to catch any unexpected errors.

* LinkManyToMany now checks if *modelToIdName* exists on
 *target* before continuing.

* Added unit test for *include* with string fields
2017-03-22 10:03:36 -04:00
..
connectors Add proper statusCode for duplicate 2017-02-08 23:52:14 -05:00
kvao Refactor flush to deleteAll 2017-01-09 14:53:34 -08:00
browser.depd.js Fix manually 2016-08-22 19:20:12 -04:00
dao.js FindOrCreate missing error callback 2017-03-20 10:32:09 -04:00
datasource.js Doc:Add option for discoverModelDefinitions 2017-03-14 21:51:30 -04:00
geo.js Fix manually 2016-08-22 19:20:12 -04:00
hooks.js Fix manually 2016-08-22 19:20:12 -04:00
include.js Fixes #1275. `Include` filter transforms fields property into array. (#1276) 2017-03-22 10:03:36 -04:00
include_utils.js Fix manually 2016-08-22 19:20:12 -04:00
introspection.js Fix manually 2016-08-22 19:20:12 -04:00
jutil.js Fix manually 2016-08-22 19:20:12 -04:00
list.js Upgrade eslint-config, fix new violations 2017-02-01 12:45:56 +01:00
mixins.js Fix manually 2016-08-22 19:20:12 -04:00
model-builder.js Fix manually 2016-08-22 19:20:12 -04:00
model-definition.js Fix manually 2016-08-22 19:20:12 -04:00
model.js Included models from include operations do not change defined `strict` model option (#1259) 2017-03-20 19:48:57 -04:00
observer.js Fix manually 2016-08-22 19:20:12 -04:00
relation-definition.js Upgrade eslint-config, fix new violations 2017-02-01 12:45:56 +01:00
relations.js Fix manually 2016-08-22 19:20:12 -04:00
scope.js Apply hasManyThrough filter on target model 2016-12-01 10:08:27 -05:00
transaction.js Upgrade dependencies to remove npm install warnings 2017-01-17 09:45:51 -08:00
types.js Fix manually 2016-08-22 19:20:12 -04:00
utils.js Using a filter with exclusion of a non existent property, removes an existing one (#1257) 2017-03-20 19:18:48 -04:00
validations.js Add tests for validatesExclusionOf (#1248) 2017-03-08 10:24:18 -05:00