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

Problem with SqlServerCe using 2.02 release #858

Closed
sthompson32780 opened this issue Apr 22, 2018 · 2 comments
Closed

Problem with SqlServerCe using 2.02 release #858

sthompson32780 opened this issue Apr 22, 2018 · 2 comments
Assignees
Labels

Comments

@sthompson32780
Copy link

FluentMigrator requires me to have the runner for SqlServer when using SqlServerCe. Why?

Keep getting an error on use with SqlCeCommand.CommandTimeout does not support non-zero values.

@fubar-coder
Copy link
Member

It requires the SqlServer runner, because it's derived from it (they share many features).

Regarding the CommandTimeout error: That is strange. This shouldn't happen as this is explicitly taken care of. I'll take a look at it.

@fubar-coder
Copy link
Member

Fix will be in v2.0.3

@fubar-coder fubar-coder self-assigned this Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants