-
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)
- Fix the failing tests (Raymond Feng)
-
Update deps (Raymond Feng)
-
Start to add transaction support (Raymond Feng)
- Fix the typo (Raymond Feng)
-
Update deps (Raymond Feng)
-
Refactor the code to use base SqlConnector (Raymond Feng)
-
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)
-
Update deps (Raymond Feng)
-
Include tests of persistence hooks from juggler. (Miroslav Bajtoš)
-
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)
-
Use mysql.escape/escapeId() (Raymond Feng)
-
Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
-
(cherry picked from commit a6d31e8) (yogesh)
-
Add a test case for autoupdate (Raymond Feng)
-
Create 'NOT NULL' constraint for required or id properties (Raymond Feng)
-
Better handle discovery of nullable columns (Raymond Feng)
-
fix(initialization): bug fix for setting limit on number of connections in connection pool (cpentra1)
-
Add contribution guidelines (Ryan Graham)
- Enhance error reporting for automigrate/autoupdate (Raymond Feng)
-
Bump version (Raymond Feng)
-
Use table name instead of model name (Raymond Feng)
-
Use async and make sure errors are passed to callback (Raymond Feng)
-
Bump version (Raymond Feng)
-
Make sure the deferred query will be invoked only once (Raymond Feng)
-
Bump version (Raymond Feng)
-
Add ping() (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix MySQL conversion for embedded model instance (Raymond Feng)
-
Fix the createDatabase option (Raymond Feng)
-
Bump version (Raymond Feng)
-
Allow properties to pass through mysql driver (Raymond Feng)
-
Fix the default length for strings to avoid row size overflow (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix the test cases as now inq/nin is checked for array values (Raymond Feng)
-
Update link to doc (Rand McKinney)
-
Bump version (Raymond Feng)
-
cannot read property of undefined fixed (Johnny Bill)
-
Fix comparison for null and boolean values (Raymond Feng)
-
Map object/json to TEXT (Raymond Feng)
- Remove peer dependency on datasource-juggler (Miroslav Bajtoš)
-
Bump version (Raymond Feng)
-
Fix sql injection and add test cases (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix the varchar length (Raymond Feng)
-
Add like/nlike support (Raymond Feng)
-
Fix object/json type mapping (Raymond Feng)
-
Bump versions (Raymond Feng)
-
Fix buildWhere (Raymond Feng)
-
Add support for logical operators (AND/OR) (Raymond Feng)
-
updateOrCreate assumes numeric primary key(s) (Scott Anderson)
-
Bump version (Raymond Feng)
-
Remove the commented out code (Raymond Feng)
-
Fix the query for discovery with current user (Raymond Feng)
-
Fix the table generation for string ids (Raymond Feng)
-
Update deps (Raymond Feng)
-
Use NULL for undefined (Raymond Feng)
-
Prevent inserting undefined values (Marat Dyatko)
-
Update to dual MIT/StrongLoop license (Raymond Feng)
-
Fix merge issue (Raymond Feng)
-
Reformat code (Raymond Feng)
-
Update discovery.js (Samer Aldefai)
-
Fix link to docs. (Rand McKinney)
-
Replaced most content with link to docs. (Rand McKinney)
-
Move mocha args to test/mocha.opts (Ryan Graham)
-
Make 'npm test' more useful to CI (Ryan Graham)
-
Prevent extra files from going into npm (Ryan Graham)
-
Bump version (Raymond Feng)
-
Update deps (Raymond Feng)
-
Add the test for loopback-datasource-juggler PR-48 (Raymond Feng)
-
Fix the orderBy (Raymond Feng)
-
Bump version (Raymond Feng)
-
Refactor the runQuery logic into a function (Raymond Feng)
-
Improve the connector based on review feedbacks (Raymond Feng)
-
Allow connectionLmit to be set (Raymond Feng)
-
Use connection pool for MySQL (Raymond Feng)
-
Update docs.json (Rand McKinney)
-
Fix the regression caused by juggler (Raymond Feng)
-
Remove blanket (Raymond Feng)
-
Bump version and update deps (Raymond Feng)
-
Append error to the message (Raymond Feng)
-
Add NOTICE and update READE (Raymond Feng)
-
Update README.md (Rand McKinney)
-
Update the internal github dependency (Raymond Feng)
- First release!