Skip to content

NH-2836 - SchemaValidator throws with SqlCe4 if db-schema set #1096

Closed
@nhibernate-bot

Description

@nhibernate-bot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions