loopbackio / loopback-connector-sqlite3

SQLite3 Connector for LoopBack
Other
13 stars 22 forks source link

Fix autoupdate failure when table doesnt exist #4

Closed kraman closed 9 years ago

kraman commented 9 years ago

Connect to strongloop-internal/scrum-nodeops#409

rmg commented 9 years ago

The way it creates a new table and then copies the data in seems odd to me, but I guess that's probably standard for loopback connectors..

LGTM

kraman commented 9 years ago

@rmg actually, that is specific to sqlite3 since it doesnt have a fully functional alter-table command.