loopback-connector-mysql/lib
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
..
discovery.js Update discovery.js 2014-02-07 18:12:07 +01:00
enumFactory.js After feedback changed Enum implementation to be a function. 2013-06-18 10:36:05 -07:00
mysql.js Fix the orderBy 2013-12-05 16:08:32 -08:00