Hi All, I tried to use the SQL Anywhere ADO.NET Provider for EF6, using code first approach with migrations. When I try to add a migration I receive this error: "No MigrationSqlGenerator found for provider 'Sap.Data.SQLAnywhere'. Use the SetSqlGenerator method in the target migrations configuration class to register additional SQL generators.". I just saw this link http://sqlanywhere-forum.sap.com/questions/12780/entity-framework-code-first-migrations but is older and there isn't a significant answer. Someone can help Me to understand if it will be a next feature or instead there is no support? Thank you. |
Cf. that FAQ SQLA16, Entity Framework 6, Code First Migrations and particularly Jason's answer. Jason is one of the SQL Anywhere Product Managers so IMHO that should be considered an official answer... |