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

Remove SqlClient namespace dependency #23

Open
FransBouma opened this issue Apr 24, 2015 · 0 comments
Open

Remove SqlClient namespace dependency #23

FransBouma opened this issue Apr 24, 2015 · 0 comments

Comments

@FransBouma
Copy link
Owner

In the LLBLGen Pro query engines we don't use any ADO.NET specific namespaces and the db engines in Linq to Sql2 should not depend on any external namespace. This requires additional code, especially ADO.NET specific type setters on DbCommand instances, in the form of IL generated delegates. This code is available in the llblgen pro runtime and we can just copy over these classes to make the Linq to Sql 2 code independent of any ado.net provider namespace.

This is required to be done before any other major work as code can be made much more db independent because of this.

@FransBouma FransBouma self-assigned this Apr 24, 2015
FransBouma added a commit that referenced this issue Apr 24, 2015
Cleaned up sql server specific classes to make them generic and marked classes for #23
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

1 participant