You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
Not sure if this is an issue with dm-migrations or dm-sqlserver-adapter but db:autoupgrade is using double quotes instead of single:
> rake db:autoupgrade
(in C:/Work/myproject/src/myapp)
~ [datamapper] Setting up the "development" environment:
~ [datamapper] Setting up :default repository: 'MY_DB;instance=SQL' on sqlserver
~ Invalid column name 'table'. (code: 207, sql state: 42S22, query: SELECT c.name FROM sysobjects as o JOIN syscolumns AS c ON o.id = c.id WHERE o.name = "table" AND c.name LIKE 'id', uri: )
~ Invalid column name 'table'. (code: 207, sql state: 42S22, query: SELECT c.name FROM sysobjects as o JOIN syscolumns AS c ON o.id = c.id WHERE o.name = "table" AND c.name LIKE 'id', uri: )
rake aborted!
Invalid column name 'table'.
Cheers,
Corin
The text was updated successfully, but these errors were encountered:
Hi,
Not sure if this is an issue with dm-migrations or dm-sqlserver-adapter but
db:autoupgrade
is using double quotes instead of single:Cheers,
Corin
The text was updated successfully, but these errors were encountered: