Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FluentMigrator with Sql Server Compact 4.0 is non-functional #244

Closed
chappoo opened this issue Feb 20, 2012 · 4 comments
Closed

FluentMigrator with Sql Server Compact 4.0 is non-functional #244

chappoo opened this issue Feb 20, 2012 · 4 comments

Comments

@chappoo
Copy link

chappoo commented Feb 20, 2012

When working with the most recent (NuGet) build of FluentMigrator, I'm unable to get migrations working against Sql Server Compact 4.0.

Having debugged in to the codebase, the problem lies within the schema object queries on creation of the VersionInfo table.

FluentMigrator.Runner.Processors.SqlServer.SqlServerCeProcessor expects a SYS.SCHEMAS table which is used to query for existing schemas - Sql Server Compact 4.0 does not support schema objects, and I fail to see how this code has ever worked. I've not checked the version history so please correct me if I'm missing something obvious. I can't see any unit tests covering the SqlServerCeProcessor class, so maybe it's a work in progress?

I'm going to commence work on a pull request - just interested to know if this is a shared observation. Keen to get it remedied.

@abusby
Copy link
Contributor

abusby commented Feb 21, 2012

I think @daniellee was/is working on getting this work. You might want to have a look at his branches to see where he is up to before starting afresh.

@daniellee
Copy link
Contributor

I haven't found time for this recently and I'm still hoping to get it finished soon. @heinrichbreedt submitted a pull request that worked for Sql CE 4.0 but not 3.5. You can see this on my branch https://github.com/daniellee/fluentmigrator/tree/114

@dromer1967
Copy link

I use FluentMigrator (1.0.3.0 from NuGet) with greate pleasure, but unfortunately there is still no support for Sql CE 4 (errors about schema occur).

I am developing a project with Sql Ce 4 so can you please provide support for Sql CE 4 in this very handy library?

@daniellee
Copy link
Contributor

This was fixed in #327.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants