Commit Graph

12 Commits

Author SHA1 Message Date
Diogo Doreto 7ac15dae0c New SQLConnector.prototype.buildCount with support to querying relations
Extracted SQLConnector.prototype.buildCount from
SQLConnector.prototype.count to better test the built SQL.
2015-11-11 15:38:52 -02:00
Diogo Doreto ad62d8cc32 Fix existing tests to reflect the new `table`.`column` pattern 2015-11-11 15:08:19 -02:00
Diogo Doreto 12247a3cb3 Tests! 2015-10-17 23:44:07 -03:00
Simon Ho 4437b32e4b Add support for RegExp operator 2015-07-27 09:33:10 -07:00
Raymond Feng 98eeab1044 Add a test for nesting and/or 2015-06-24 23:03:13 -07:00
Raymond Feng 50ac48c5f7 Add hooks to sql based connectors 2015-05-22 09:03:27 -07:00
Raymond Feng a5f11ac5f5 Fix for https://github.com/strongloop/loopback-connector-mssql/issues/45 2015-05-22 08:52:40 -07:00
Raymond Feng 97c9d54c43 Add tests for propagating a transaction over relations 2015-05-15 16:59:59 -07:00
Raymond Feng 8815e9c961 Add transaction support 2015-05-15 10:27:08 -07:00
Raymond Feng a20fa8ada8 Refactor base and sql connector 2015-05-13 10:14:44 -07:00
Raymond Feng 0889ae40dc Make sure callback happens if a model is not attached to the data source 2014-10-13 09:47:11 -07:00
Miroslav Bajtoš 96d3332165 fixup: add a stub test 2014-05-23 19:18:11 +02:00