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

Provider for Microsoft.Data.SQLite #19

Closed
hsorbo opened this issue Aug 22, 2017 · 1 comment
Closed

Provider for Microsoft.Data.SQLite #19

hsorbo opened this issue Aug 22, 2017 · 1 comment

Comments

@hsorbo
Copy link

hsorbo commented Aug 22, 2017

Microsoft.Data.SQLite currently supports many platforms while System.Data.SQLite is windows-only. By supporting M.D.S we will have sqlite support on macos etc. Microsoft.Data.SQLite is also netstandard2 compatible (as opposed to S.D.S) for when #15 is getting addressed

@rspeele
Copy link
Collaborator

rspeele commented Aug 24, 2017

This probably already works if using an appropriate connection string and DbProviderFactory setup in app.config. Nothing at compile-time relies on System.Data.SQLite specifically being used at runtime.

There is one place where I'll want to add detection of that connection type, but it happens to already work since the default for unrecognized connection types is the same as for SQLite connections. That is the max # of parameters per SQL command, which is 999 for SQLite.

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

No branches or pull requests

2 participants