Commit Graph

575 Commits

Author SHA1 Message Date
Sam Roberts 90ca8a5879 Refer to licenses with a link 2015-11-03 12:27:49 -08:00
Raymond Feng 46454f4bee Merge pull request #128 from devuo/feature/fix-upsert-transaction
Fix database transactions not working with upsert()
2015-10-11 12:56:18 -07:00
Diogo Correia 8569c9812a Pass options to the execute command. 2015-10-11 17:08:25 +01:00
Sam Roberts b27d1ce32f Use strongloop conventions for licensing 2015-09-21 16:42:54 -07:00
Raymond Feng 730eaeecb5 2.2.0
* Clean up regexop tests (Simon Ho)

 * Add regexp operator tests (Simon Ho)

 * Fix RegExp unit test setup/teardown (Simon Ho)

 * Add support for RegExp operator (Simon Ho)
2015-07-30 11:55:07 -07:00
Simon Ho 33d6b7e855 Merge pull request #117 from strongloop/regex-op-cleanup
Clean up regexop tests
2015-07-29 09:48:37 -07:00
Simon Ho a1d78229f5 Clean up regexop tests 2015-07-29 09:46:51 -07:00
Simon Ho 0f63e7a72e Merge pull request #116 from strongloop/add-regex-op-tests
Add regexp operator tests
2015-07-29 09:39:21 -07:00
Simon Ho 1a8fb3b9fe Add regexp operator tests 2015-07-29 09:31:24 -07:00
Simon Ho 7e22957469 Merge pull request #115 from strongloop/fix-regex-unit-test-setup
Fix RegExp unit test setup/teardown
2015-07-28 18:15:47 -07:00
Simon Ho 31671b5c25 Fix RegExp unit test setup/teardown 2015-07-28 17:55:27 -07:00
Simon Ho 6afb665b3d Merge pull request #113 from strongloop/add-regex-support
Add support for RegExp operator
2015-07-28 17:38:35 -07:00
Simon Ho 22bebe3c4a Add support for RegExp operator 2015-07-28 17:24:31 -07:00
Raymond Feng eac6990836 2.1.1
* Fix the failing tests (Raymond Feng)
2015-05-29 12:26:27 -07:00
Raymond Feng f05aa7cfa8 Fix the failing tests 2015-05-29 08:43:26 -07:00
Raymond Feng e494ea76e4 2.1.0
* Update deps (Raymond Feng)

 * Start to add transaction support (Raymond Feng)
2015-05-18 14:32:33 -07:00
Raymond Feng 433d301312 Merge pull request #99 from strongloop/feature/transaction
Add transaction support
2015-05-18 14:31:25 -07:00
Raymond Feng 9c6d0c49ef Update deps 2015-05-18 14:31:04 -07:00
Raymond Feng 1bfaf1a783 Start to add transaction support 2015-05-18 12:02:25 -07:00
Raymond Feng 64e7bdc51a 2.0.1
* Fix the typo (Raymond Feng)
2015-05-14 08:39:51 -07:00
Raymond Feng c5d3b67bfe Fix the typo 2015-05-14 08:39:36 -07:00
Raymond Feng 4c11dbfeb2 2.0.0
* Update deps (Raymond Feng)

 * Refactor the code to use base SqlConnector (Raymond Feng)
2015-05-13 16:18:26 -07:00
Raymond Feng e8a1b51e59 Update deps 2015-05-13 16:18:07 -07:00
Raymond Feng 9dc6353b18 Merge pull request #97 from strongloop/feature/connector-refactor
Refactor the code to use base SqlConnector
2015-05-13 12:14:21 -07:00
Raymond Feng be54c1a407 Refactor the code to use base SqlConnector 2015-05-13 10:17:15 -07:00
Raymond Feng dac6d8491f 1.7.0
* Return isNewInstance from upsert (Raymond Feng)

 * Update rc dep (Raymond Feng)

 * Return count when updating or deleting models (Simon Ho)

 * Update README.md (Simon Ho)

 * Add test running instructions to readme (Simon Ho)

 * Fix mysql neq for NULL value. (ulion)

 * replace dataLength instead of adding length property (Partap Davis)

 * Allow models backed by MySQL to reference mongodb ObjectID (Raymond Feng)

 * Query string length for schema in characters in addition to bytes (Partap Davis)
2015-04-02 08:22:10 -07:00
Raymond Feng 2a249beb77 Merge pull request #91 from strongloop/feature/fix-isNewInstance
Return isNewInstance from upsert
2015-04-02 08:20:38 -07:00
Raymond Feng f6e4c228eb Return isNewInstance from upsert 2015-04-01 16:25:23 -07:00
Simon Ho 15c21b92e6 Merge pull request #90 from strongloop/fix/return-count-when-updating-or-deleting
Return count when updating or deleting models
2015-03-26 14:57:25 -07:00
Raymond Feng a1592a55bf Update rc dep 2015-03-26 14:24:58 -07:00
Simon Ho ff538b09c8 Return count when updating or deleting models 2015-03-26 11:26:41 -07:00
Simon Ho 71fda816ba Update README.md 2015-03-17 22:27:30 -07:00
Simon Ho 77a4811903 Update README.md 2015-03-17 22:26:09 -07:00
Simon Ho 88182343b2 Merge pull request #87 from strongloop/fix/test-instructions
Add test running instructions to readme
2015-03-17 22:23:29 -07:00
Simon Ho 7536309b2d Add test running instructions to readme 2015-03-17 21:39:54 -07:00
Raymond Feng 1d2dd5e9fb Merge pull request #78 from strongloop/feature/allow-object-id
Allow models backed by MySQL to reference mongodb ObjectID
2015-03-09 15:55:43 -07:00
Raymond Feng fbe9ee078d Merge pull request #79 from partap/discovery-string-length
Query string length for schema in characters in addition to bytes
2015-03-09 15:55:24 -07:00
Raymond Feng ddb4f58c30 Merge pull request #81 from ulion/fix_neq_null
Fix neq null
2015-03-08 10:08:23 -07:00
ulion f316b8ca7d Fix mysql neq for NULL value. 2015-03-08 22:57:36 +08:00
Partap Davis 0964a2634a replace dataLength instead of adding length property 2015-03-07 20:09:10 -07:00
Raymond Feng 634a0a94bc Allow models backed by MySQL to reference mongodb ObjectID 2015-03-04 22:55:33 -08:00
Partap Davis 1ee0c2f3bb Query string length for schema in characters in addition to bytes 2015-03-02 15:10:19 -07:00
Raymond Feng dc72bb8696 1.6.0
* Update deps (Raymond Feng)

 * Include tests of persistence hooks from juggler. (Miroslav Bajtoš)
2015-02-20 17:11:00 -08:00
Raymond Feng 2422c4c6f0 Update deps 2015-02-20 16:15:15 -08:00
Miroslav Bajtoš 6988e1bdea Merge pull request #71 from strongloop/feature/run-hook-tests
Include tests of persistence hooks from juggler.
2015-02-02 19:31:25 +01:00
Miroslav Bajtoš 0e9740fc33 Include tests of persistence hooks from juggler. 2015-02-02 19:30:33 +01:00
Raymond Feng 56924b9557 Merge tag 'v1.5.1'
1.5.1

 * Fix the loop of models (Raymond Feng)

 * Set ok default to false (Geoffroy Lesage)

 * Fixed missing 'ok' (Geoffroy Lesage)

 * Changed default type mapping (Geoffroy Lesage)

 * Fixed isActual syntax to accept optional model arg (Geoffroy Lesage)

 * Fixed isActual implemenation (Geoffroy Lesage)

 * Inherit Schema From DataSource if not defined (Serkan Serttop)
2015-01-15 14:33:12 -08:00
Raymond Feng 7cb6efe454 Merge branch 'release/1.5.1' into production 2015-01-15 14:33:11 -08:00
Raymond Feng 4c46c6af2f v1.5.1 2015-01-15 14:33:09 -08:00
Raymond Feng 8b860890e8 Fix the loop of models 2015-01-15 14:21:49 -08:00