loopback-datasource-juggler/test
Fabien Franzen 0a9cb72837 Enable dynamic modelTo for scopes
This is especially useful for relations/prototype scopes, as it allows
you to dynamically deduce the target model from the current receiver
(model instance). This is an advanced option that should otherwise have
no effect on the previous/default functionality. Basically, the
targetClass is taken out of the closure and handled by a method called
targetModel now.
2014-08-30 20:58:06 +02:00
..
basic-querying.test.js Tweak the model names used by tests to avoid mssql conflicts 2014-08-25 22:17:51 -07:00
common.batch.js Added datatypes tests 2013-04-06 14:34:16 +04:00
common_test.js Remove the disconnect to avoid race condition 2014-03-27 13:56:24 -07:00
datatype.test.js Check the Array type 2014-03-03 15:52:49 -08:00
defaults.test.js Reformat the code 2014-01-24 09:09:53 -08:00
events.js Add tests for change / delete events 2014-01-29 11:03:04 -08:00
hooks.test.js Allow before hooks to pass arguments to next() 2014-07-15 12:51:33 -07:00
include.test.js add support for disabling relationship includes 2014-07-21 22:39:29 +02:00
init.js Reformat the code 2014-01-24 09:09:53 -08:00
introspection.test.js Reformat the code 2014-01-24 09:09:53 -08:00
json.test.js Reformat the code 2014-01-24 09:09:53 -08:00
loopback-data.test.js Reformat the code 2014-01-24 09:09:53 -08:00
loopback-dl.test.js Make sure error events are emitted by data source 2014-08-27 09:14:17 -07:00
manipulation.test.js Optimize model instantiation and conversion 2014-06-18 22:13:52 -07:00
memory.test.js Normalize filter.order and enforce more checks 2014-06-26 23:40:20 -07:00
mixins.test.js Add ability to apply a plugin multiple times from LDL 2014-08-17 12:29:04 +02:00
model-definition.test.js Fix ModelDefinition toJSON bug 2014-08-17 18:01:52 +02:00
performance.coffee Reformat the code 2014-01-24 09:09:53 -08:00
relations.test.js Fix error messages, should be lowercase 2014-08-29 21:30:42 +02:00
schema.test.js Reformat the code 2014-01-24 09:09:53 -08:00
scope.test.js Enable dynamic modelTo for scopes 2014-08-30 20:58:06 +02:00
spec_helper.js Reformat the code 2014-01-24 09:09:53 -08:00
test1-schemas.json Reformat the code 2014-01-24 09:09:53 -08:00
test2-schemas.json Reformat the code 2014-01-24 09:09:53 -08:00
util.test.js Add strict flag to sortObjectsByIds 2014-08-15 19:47:12 +02:00
validations.test.js Handle custom error codes 2014-07-11 23:03:07 +02:00