juehou
|
658635e72c
|
Add function connect
|
2016-05-12 15:56:48 -04:00 |
Ryan Graham
|
340a4eb0f6
|
insert/update copyright notices
|
2016-05-03 16:52:03 -07:00 |
juehou
|
12cf967b7b
|
Override other settings if url provided
Handle url in config
Override other settings if url provided
|
2016-04-06 23:31:23 -04:00 |
Amir Jafarian
|
02e7c57ecd
|
Add `connectorCapabilities `
|
2016-03-30 11:53:03 -04:00 |
Amir Jafarian
|
f572f920a4
|
Implement ReplaceOrCreate
|
2016-01-15 19:12:38 -05:00 |
cgole
|
58850ec24c
|
removed console.log
|
2015-11-19 14:57:10 -08:00 |
cgole
|
6c3e58f932
|
seperate env variable for test db
|
2015-11-18 17:13:06 -08:00 |
cgole
|
5d95e03d3f
|
Changed username to user
|
2015-11-18 15:07:03 -08:00 |
cgole
|
da879ea47f
|
Added db username password
|
2015-11-18 14:37:46 -08:00 |
cgole
|
f255850382
|
Add mysql CI host
|
2015-11-17 13:23:52 -08:00 |
Simon Ho
|
a1d78229f5
|
Clean up regexop tests
|
2015-07-29 09:46:51 -07:00 |
Simon Ho
|
1a8fb3b9fe
|
Add regexp operator tests
|
2015-07-29 09:31:24 -07:00 |
Simon Ho
|
31671b5c25
|
Fix RegExp unit test setup/teardown
|
2015-07-28 17:55:27 -07:00 |
Simon Ho
|
22bebe3c4a
|
Add support for RegExp operator
|
2015-07-28 17:24:31 -07:00 |
Raymond Feng
|
f05aa7cfa8
|
Fix the failing tests
|
2015-05-29 08:43:26 -07:00 |
Raymond Feng
|
1bfaf1a783
|
Start to add transaction support
|
2015-05-18 12:02:25 -07:00 |
Raymond Feng
|
be54c1a407
|
Refactor the code to use base SqlConnector
|
2015-05-13 10:17:15 -07:00 |
Raymond Feng
|
634a0a94bc
|
Allow models backed by MySQL to reference mongodb ObjectID
|
2015-03-04 22:55:33 -08:00 |
Raymond Feng
|
2422c4c6f0
|
Update deps
|
2015-02-20 16:15:15 -08:00 |
Miroslav Bajtoš
|
0e9740fc33
|
Include tests of persistence hooks from juggler.
|
2015-02-02 19:30:33 +01:00 |
Raymond Feng
|
5b6bc9cf83
|
Merge pull request #54 from saggiyogesh/master
Fix for unique index when declared in fields config
|
2015-01-06 10:17:38 -08:00 |
Raymond Feng
|
f16a8fbafd
|
Add a test case for autoupdate
|
2014-12-05 11:48:34 -08:00 |
Raymond Feng
|
a82fc3f9d2
|
Create 'NOT NULL' constraint for required or id properties
|
2014-12-03 14:10:21 -08:00 |
Raymond Feng
|
f9caaafe37
|
Better handle discovery of nullable columns
|
2014-12-03 14:09:52 -08:00 |
yogesh
|
6d5ad5e470
|
(cherry picked from commit a6d31e8)
|
2014-10-21 11:51:45 +05:30 |
Raymond Feng
|
04c10fdf03
|
Enhance error reporting for automigrate/autoupdate
|
2014-09-11 12:23:32 -07:00 |
Raymond Feng
|
abaabff01a
|
Fix the default length for strings to avoid row size overflow
|
2014-07-08 11:23:45 -07:00 |
Raymond Feng
|
5236cfeeca
|
Fix the test cases as now inq/nin is checked for array values
|
2014-06-26 23:48:48 -07:00 |
Raymond Feng
|
5542839c3e
|
Map object/json to TEXT
See https://github.com/strongloop/loopback-connector-mysql/issues/36
|
2014-06-06 09:38:36 -07:00 |
Raymond Feng
|
51bf6e1034
|
Fix sql injection and add test cases
|
2014-05-30 15:15:27 -07:00 |
Raymond Feng
|
b9e4b64848
|
Fix the varchar length
|
2014-05-29 15:45:25 -07:00 |
Raymond Feng
|
33b86b51b2
|
Fix object/json type mapping
|
2014-05-25 09:46:55 -07:00 |
Raymond Feng
|
99f9151d4f
|
Merge pull request #21 from strongloop/feature/fix-string-id
Fix the table generation for string ids
|
2014-04-08 10:48:20 -07:00 |
Raymond Feng
|
b0f636a4c4
|
Fix the query for discovery with current user
See https://github.com/strongloop/loopback-connector-mysql/issues/22
|
2014-04-08 08:35:39 -07:00 |
Raymond Feng
|
fa003bb267
|
Fix the table generation for string ids
|
2014-04-07 22:16:26 -07:00 |
Raymond Feng
|
e54aa56cee
|
Reformat code
|
2014-02-12 16:57:06 -08:00 |
Ryan Graham
|
a6debbcf13
|
Move mocha args to test/mocha.opts
|
2013-12-13 10:27:33 -08:00 |
Raymond Feng
|
e16e67568c
|
Add the test for loopback-datasource-juggler PR-48
https://github.com/strongloop/loopback-datasource-juggler/pull/48
|
2013-12-05 16:09:15 -08:00 |
Raymond Feng
|
f171e74392
|
Improve the connector based on review feedbacks
Introduce a 'createDatabase' option to allow DB to created
Wrap the callback with connection.release
Fix typo
|
2013-11-27 08:42:40 -08:00 |
Raymond Feng
|
999825abea
|
Use connection pool for MySQL
|
2013-11-26 17:40:31 -08:00 |
Raymond Feng
|
fb2624bc6c
|
Append error to the message
|
2013-11-06 14:51:20 -08:00 |
Raymond Feng
|
2a0970317a
|
Rename ADL to LDL
|
2013-10-14 15:19:36 -07:00 |
Raymond Feng
|
9276025bc6
|
Refine the usage of rc
|
2013-08-23 14:31:43 -07:00 |
Raymond Feng
|
2b20ccdbd7
|
Use .loopback rc to load the config
|
2013-08-21 21:53:48 -07:00 |
Raymond Feng
|
a06f4e5289
|
Disable console output for tests
|
2013-08-20 10:23:51 -07:00 |
Raymond Feng
|
9daf9ef91c
|
Rename 'loopback-data' to 'loopback-datasource-juggler'
|
2013-07-30 14:21:10 -07:00 |
Raymond Feng
|
382f99b9c6
|
Rename schema/adapter to be dataSource/connector
|
2013-07-23 12:47:02 -07:00 |
Raymond Feng
|
4bedf2200c
|
Add discovery test cases
|
2013-07-21 22:57:19 -07:00 |
Raymond Feng
|
9674a0308e
|
Bring up the test cases
|
2013-07-21 17:27:54 -07:00 |
Raymond Feng
|
1329b40073
|
Start to add discovery
|
2013-07-20 23:38:40 -07:00 |