Closed
Description
Jury Soldatenkov created an issue — 14th August 2011, 9:02:29:
SchemaValidator fails with Sql Server Compact 4.
If schema set in mapping file, SchemaExport works properly:
create table "dbo_User" ( no matter )
But SchemaValidator fails with exception (it looks for table "User" instead of "dbo_User"):
NHibernate.HibernateException : Missing table: User