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 support for FbDataAdapter FillAsync [DNET977] #896

Open
firebird-automations opened this issue Nov 6, 2020 · 6 comments
Open

Add support for FbDataAdapter FillAsync [DNET977] #896

firebird-automations opened this issue Nov 6, 2020 · 6 comments

Comments

@firebird-automations
Copy link

Submitted by: Marvin Klein (marvinklein)

Please add the method FillAsync to the FbDataAdapter, just like it is available in MysqlDataAdapater, to make it easier to fill a data source asynchronous.

This should help all web developers who need to work with Firebird databases.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

priority: Major [ 3 ] => Minor [ 4 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Related conversation in runtime dotnet/runtime#22109.

@daiplusplus
Copy link

I’m the maintainer of the (as far as I’m aware) only true async AsyncDbDataAdapter library for .NET Standard (https://github.com/Jehoel/AsyncDataAdapter/ ) - I designed it so that other ADO.NET providers can easily slot-in their own necessary functionality without needing to reimplement the entire async codebase of DbDataAdapter.

I suggest that you start-off by prototyping your implementation using my library (to save time if nothing else) and then you could copy+paste the bits you need of you want a dependency-free version as I believe the license is compatible.

Any thoughts?

(I saw this thread from the “this other issue referenced this issue” feature in GitHub. Don’t worry, I’m not spamming this message around GitHub)

@cincuranet
Copy link
Member

At the moment I'm more or less waiting for the "official" API from .NET side, because it does not seem to be urgent.

@daiplusplus
Copy link

@cincuranet Based on this discussion, probably not until .NET 8 or 9 (so... 2025+): dotnet/runtime#22109

@cincuranet
Copy link
Member

Even if it's .NET 8 or later, I, personally, will not cry about that. :) But if it gets enough attention here, I will consider extra implementation in FbDataAdapter without the ADO.NET layers.

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

3 participants