loopback-datasource-juggler/lib
Miroslav Bajtoš 9bc79d2366 dao: support validateUpsert:false
- validateUpsert:true reports validation errors back to the callback
 - validateUpsert:false does not call `isValid()` at all
 - any other value report validation errors via `console.warn`
2015-05-05 08:24:08 +02:00
..
connectors Allow nesting properties to be queried for memory connector 2015-03-27 16:05:12 -07:00
browser.depd.js Deprecate Model hooks 2015-02-27 16:58:24 +01:00
dao.js dao: support validateUpsert:false 2015-05-05 08:24:08 +02:00
datasource.js Allow custom name mapping for discovered models 2015-04-22 08:42:47 -07:00
geo.js Changes to API docs per Dennis 2015-05-04 08:45:17 -07:00
hooks.js Deprecate Model hooks 2015-02-27 16:58:24 +01:00
include.js Add support for multiple includes that use relation syntax 2014-11-04 20:45:25 -08:00
introspection.js Tidy up model building from data sources 2014-09-12 14:25:35 -07:00
jutil.js Remove all usages of lodash. 2015-03-26 09:33:48 +01:00
list.js Return 400 when client provides an incorrect value 2015-02-05 16:58:42 +05:30
mixins.js Clean up the mixin processing 2014-08-08 01:20:57 -07:00
model-builder.js Allow leading slash for `path` in model settings 2015-04-24 08:23:13 -07:00
model-definition.js fix id properties should sort by its index 2015-01-21 20:16:34 +08:00
model.js Add new strict mode "validate" 2015-04-14 08:16:10 +02:00
relation-definition.js add test case for hasmanythrough bi-drectional relations 2015-04-25 01:32:33 +05:30
relations.js Implemented embedsOne 2014-08-20 08:58:08 -07:00
scope.js Add support for merging include filters 2015-04-25 01:59:39 +05:30
types.js Rewrite the List class for typed array 2014-02-14 10:41:00 -08:00
utils.js Add support for merging include filters 2015-04-25 01:59:39 +05:30
validations.js validations: treat `NaN` as a blank value 2015-04-22 19:57:48 +02:00