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

SELECT .. INSERT .. and INSERT INTO .. SELECT .. support #67

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

grandua
Copy link

@grandua grandua commented Jul 14, 2013

Transfer data between databases without bringing it into RAM.

-Contributed by Agile Design LLC ( http://agiledesignllc.com/ )

Signed-off-by: grandua

grandua and others added 4 commits July 5, 2013 17:27
…en databases without bringing it into RAM.

-Contributed by Agile Design LLC ( http://agiledesignllc.com/ )

Signed-off-by: grandua
Changed IDbCommand to IDbConnection as more universally available in extension methods that were based on IDbCommand.
Moved extension methods only working with DbContext/Object context into ObjectQueryExtensions for consistency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants