loopback-datasource-juggler/lib
Fabien Franzen 2c0ffee2d3 Polymorphic lookup from all registered dataSources
Polymorphic model lookup was previously limited to the same dataSource
as the modelFrom model, which turns out to be too restrictive. This was
uncovered by the use of a Transient model, not being able to lookup a
PersistedModel.
2014-09-04 17:31:53 +02:00
..
connectors Updated embedded relations to use transient connector 2014-08-30 11:43:36 +02:00
dao.js Validations configuration as object 2014-08-26 17:51:01 +02:00
datasource.js Fix options for hasManyThrough doesn't apply 2014-09-01 23:59:52 +08:00
geo.js Add properties and other doc cleanup 2014-06-11 15:47:44 -07:00
hooks.js Allow before hooks to pass arguments to next() 2014-07-15 12:51:33 -07:00
include.js Fix relations for RDBMS connectors (mysql, postgresql) 2014-08-20 14:03:38 +02:00
introspection.js Reformat the code 2014-01-24 09:09:53 -08:00
jutil.js Fix the forEach closure 2014-06-06 09:59:57 -07:00
list.js Prevent failure with null in List toObject 2014-08-18 07:28:33 +02:00
mixins.js Clean up the mixin processing 2014-08-08 01:20:57 -07:00
model-builder.js Add ability to apply a plugin multiple times from LDL 2014-08-17 12:29:04 +02:00
model-definition.js Reset json when building model definition 2014-08-31 12:17:53 +02:00
model.js Validations configuration as object 2014-08-26 17:51:01 +02:00
relation-definition.js Polymorphic lookup from all registered dataSources 2014-09-04 17:31:53 +02:00
relations.js Implemented embedsOne 2014-08-20 08:58:08 -07:00
scope.js Enable dynamic modelTo for scopes 2014-08-30 20:58:06 +02:00
types.js Rewrite the List class for typed array 2014-02-14 10:41:00 -08:00
utils.js Fix relations for RDBMS connectors (mysql, postgresql) 2014-08-20 14:03:38 +02:00
validations.js Remove iteration of config args 2014-08-26 18:01:23 +02:00