Hi, I've create a SQL generator for EF5 (https://github.com/darionato/PostgreSqlMigrationSqlGenerator) and now I'm adapting it for the 6 version. I'm handling the migration history operation overriding the Generate(HistoryOperation historyOperation) method. I don't find any documentation about the parameter. I take a look to the SqlServer generator and I saw that I should handle the Insert and the Delete command tree. But, how I can generate a real HistoryOperation and test it?
↧