jchristn / DatabaseWrapper

Simple database wrapper for Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite written in C# supporting dynamic query building and nesting using expressions.
MIT License
97 stars 26 forks source link

I added the oracle management. #24

Closed Skimmenthal13 closed 1 month ago

Skimmenthal13 commented 2 months ago

I used Oracle Managed Data Acces because they are the most used library but unfortunatelly don't handle Async queries. In the insert queries I had to use parameters because too long streams are not allowed in oracle queries. But i used parameters only in the oracle library without modify others.

I tested in oracle express 21. I know that is an relevant change. Let fell free to reject the pull request if you are not interested.

jchristn commented 2 months ago

Hi @Skimmenthal13 first thank you so much for taking the time to do this! I'm sorry I haven't had a chance to review the PR, but I absolutely will. I really appreciate you integrating this capability.

Skimmenthal13 commented 2 months ago

Hi sure take your time. As you said I needed this integration. I'm happy to know that you have appreciated.