Raymond Feng
59676592e0
Merge pull request #18 from eldefay/patch-1
...
Update discovery.js
2014-02-11 08:52:59 -08:00
Samer Aldefai
3a06e0eae1
Update discovery.js
...
The issue is with the Discovery of Models. MYSQL Fields of Type 'POINT' are being discovered but loopback LDL model field provided by discovery functions is being of type 'String'.
missing code: case 'POINT': return 'GeoPoint';
for further information:
https://github.com/strongloop/loopback-connector-mysql/issues/17
2014-02-07 18:12:07 +01:00
Rand McKinney
51a851469f
Fix link to docs.
2014-01-09 16:48:24 -08:00
Rand McKinney
aa2184de29
Replaced most content with link to docs.
2014-01-09 16:40:11 -08:00
Ryan Graham
23e42e7bb1
Merge pull request #12 from strongloop/feature/green-ci
...
Make things work better on CI
2013-12-13 10:59:28 -08:00
Ryan Graham
a6debbcf13
Move mocha args to test/mocha.opts
2013-12-13 10:27:33 -08:00
Ryan Graham
d5f6bf3a6f
Make 'npm test' more useful to CI
2013-12-13 10:25:53 -08:00
Ryan Graham
065aaf0ece
Prevent extra files from going into npm
2013-12-13 10:25:53 -08:00
Raymond Feng
31d8b891ff
Merge tag 'v1.1.1'
...
1.1.1
2013-12-06 10:37:26 -08:00
Raymond Feng
c221713aad
Merge branch 'release/1.1.1' into production
2013-12-06 10:37:20 -08:00
Raymond Feng
588d13d37f
Bump version
2013-12-06 10:36:25 -08:00
Raymond Feng
889045f1c0
Merge pull request #14 from strongloop/feature/juggler-dep
...
Update deps for juggler
2013-12-06 10:29:37 -08:00
Raymond Feng
d53c1d4ebf
Update deps
2013-12-06 10:13:49 -08:00
Raymond Feng
7b497b9a2e
Merge pull request #13 from strongloop/feature/discovery-test
...
Feature/discovery test
2013-12-06 08:25:34 -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
ae488942bb
Fix the orderBy
2013-12-05 16:08:32 -08:00
Raymond Feng
079e95d89e
Merge tag 'v1.1.0'
...
1.1.0
2013-11-27 09:48:45 -08:00
Raymond Feng
8201851b27
Merge branch 'release/1.1.0' into production
2013-11-27 09:48:31 -08:00
Raymond Feng
c7967f8825
Bump version
2013-11-27 09:46:51 -08:00
Raymond Feng
76d7f71766
Merge pull request #11 from strongloop/feature/connection-pool
...
Feature/connection pool
2013-11-27 09:44:19 -08:00
Raymond Feng
22b9e78692
Refactor the runQuery logic into a function
2013-11-27 09:08:03 -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
aac933c39d
Allow connectionLmit to be set
2013-11-26 18:50:56 -08:00
Raymond Feng
999825abea
Use connection pool for MySQL
2013-11-26 17:40:31 -08:00
Rand McKinney
348ec4eafe
Update docs.json
...
Added sub-head for discovery API.
2013-11-20 12:53:42 -08:00
Rand McKinney
0dd3406b61
Update docs.json
...
Remove README.
2013-11-20 12:49:33 -08:00
Raymond Feng
0e15392df8
Merge branch 'master' into production
2013-11-20 11:08:53 -08:00
Raymond Feng
de038a0fdc
Merge pull request #10 from strongloop/feature/fix-regression
...
Fix the regression caused by juggler
2013-11-20 11:03:40 -08:00
Raymond Feng
0b3a7ec0a7
Merge tag 'v1.0.2'
...
1.0.2
2013-11-20 10:59:06 -08:00
Raymond Feng
290fd30d08
Merge branch 'release/1.0.2' into production
2013-11-20 10:58:56 -08:00
Raymond Feng
03cec48c85
Fix the regression caused by juggler
2013-11-20 10:54:01 -08:00
Raymond Feng
d9169c8d0b
Remove blanket
2013-11-20 09:23:53 -08:00
Raymond Feng
7b3a1fce23
Remove blanket
2013-11-15 14:02:22 -08:00
Raymond Feng
b4b8c2055d
Bump version and update deps
2013-11-11 12:59:04 -08:00
Raymond Feng
fb2624bc6c
Append error to the message
2013-11-06 14:51:20 -08:00
Rand McKinney
7635312c02
Merge pull request #9 from strongloop/mysql-1.0.0
...
Add NOTICE and update READE
2013-10-31 10:28:44 -07:00
Raymond Feng
29f64533ac
Add NOTICE and update READE
2013-10-30 23:02:12 -07:00
Rand McKinney
6e7b422020
Update README.md
...
Added install instructions
2013-10-28 15:12:20 -07:00
Raymond Feng
b46f0aef43
Merge pull request #8 from strongloop/stable
...
Remove synchronous APIs for discovery from README
2013-10-28 13:46:25 -07:00
Raymond Feng
c3f49a4b57
Remove synchronous APIs for discovery from README
2013-10-28 13:23:25 -07:00
Raymond Feng
8452c0fdf1
Merge pull request #7 from strongloop/mysql-1.0.0
...
Remove synchronous versions of the discovery APIs
2013-10-28 13:21:28 -07:00
Raymond Feng
20b9147970
Remove synchronous versions of the discovery APIs
...
Node.js mysql driver doesn't support sync query
2013-10-28 13:11:22 -07:00
Raymond Feng
b083525a08
Update the internal github dependency
2013-10-25 14:12:46 -07:00
Raymond Feng
65d81f051f
Merge pull request #6 from strongloop/mysql-1.0.0
...
Merge mysql-1.0.0 into master
2013-10-25 11:50:12 -07:00
Raymond Feng
839d7b4563
Fix the table_schema name
2013-10-22 11:45:31 -07:00
Raymond Feng
20305878d2
Fix the property mapping for return values
2013-10-22 11:25:17 -07:00
Raymond Feng
2a0970317a
Rename ADL to LDL
2013-10-14 15:19:36 -07:00
Raymond Feng
f703368442
Update README
2013-10-14 15:19:04 -07:00
Raymond Feng
2ce81681d6
Use the columnEscaped for names
2013-10-14 14:32:19 -07:00
Raymond Feng
f7a410775f
Remove unused dependency
2013-10-14 09:05:58 -07:00