loopback-connector-mysql/lib
Sergey Nosenko 72abcb8e9f fix compare of foreign keys for autoupdate (#272)
* fix compare of foreign keys for autoupdate

use mysql table name in case it is not equal model name

* fix column name lookup for fk definition

* fix ADD CONSTRAINT for multiple fk

if more the one foreign key added ADD CONSTRAINT
must be separated with comma but not with space as applySqlChanges do.

* fix duplicate foreign key creation on autoupdate

* fix entity name selection

* change join to toString as requested

* fix removing dropped keys

* fix linter issues

* add test case with columnName in foreign key

and isActual check after autoupdate

* uncommit accitenally commited test case
2017-05-05 19:13:23 -04:00
..
discovery.js Return if column is generated or not (#198) 2017-03-08 18:56:27 -05:00
enumFactory.js Update eslint infrastructure 2016-08-10 20:04:26 -04:00
migration.js fix compare of foreign keys for autoupdate (#272) 2017-05-05 19:13:23 -04:00
mysql.js Add new type DateString to fromColumnValue 2017-05-01 19:38:41 -04:00
transaction.js Update eslint infrastructure 2016-08-10 20:04:26 -04:00