I would like to use SQL Server Compact for our unit tests [sic] as shown in [1], but unfortunately our mappings use Schemas and SQL Server Compact blows up[2] when I try do a SchemaExport to it.
I considered adding an INamingStrategy and replacing Schema.Table with Schema_Table but the INamingStrategy has no knowledge of Schemas when a table is renamed. I guess I could have 2 databases with a schema per database, but that would require a bit of refactoring of our codebase to cope. Are there any other ways around the problem? Thanks Richard [1] http://www.differentpla.net/content/2009/03/using-sql-server-compact-edition-unit-testing [2] http://sqlserverce.org/blogs/faq/archive/2007/02/16/schemas.aspx -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
