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

Add Async API #1

Open
FransBouma opened this issue Nov 29, 2014 · 0 comments
Open

Add Async API #1

FransBouma opened this issue Nov 29, 2014 · 0 comments

Comments

@FransBouma
Copy link
Owner

Add an Async API to the main API for the general methods expected to be async, like ToListAsync() and the like. The methods to make Async can be borrowed from the LLBLGen Pro runtime framework.

Requires refactoring of internals to avoid clones all over the place.

FransBouma added a commit that referenced this issue Jan 30, 2015
Massive chaos still in the code base, not done combing through the
SqlClient code to split it up. Hit some roadblocks as there are a few
public types in the SqlClient namespace which can't be changed to
another namespace so the chosen namespace will likely change again
before release (or the breaking change marked in the code is accepted as
such).

Work started to make it easier for #1 to be implemented as that's
currently not possible without lots of code duplication and this
refactor has to be done anyway.
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