bubibubi / sqliteef6migrations

System.Data.SQLite.EntityFramework.Migrations - Migrations for SQLite Entity Framework provider
Microsoft Public License
40 stars 20 forks source link

Fix issue https://github.com/bubibubi/sqliteef6migrations/issues/6 #10

Closed steuic closed 4 years ago

steuic commented 5 years ago

In methods GenerateSqlStatementConcrete(...) for 'CREATE INDEX' and 'DROP INDEX' the identifier was 'fully qualified' by adding table name.

The method 'GenerateQualifiedOperationAndTableName(..)' add the fully qualifying part: the table name.

Added also a LiteralHelper method to return table name without starting 'dbo'