Giorgi / EntityFramework.Exceptions

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
https://giorgi.dev/entity-framework/introducing-entityframework-exceptions/
Other
1.44k stars 68 forks source link

Oracle support #26

Closed makingbloke closed 3 years ago

makingbloke commented 4 years ago

Is there any plans for Oracle support?

Giorgi commented 4 years ago

Is there any interest in Oracle support?

makingbloke commented 4 years ago

Yes, exactly :) We develop a product that is cross database and Oracle support would be a very useful thing to have in the future.

Giorgi commented 4 years ago

I don't have plan to add Oracle support in near future but contributions and/or supporting the project is welcome

anoordover commented 3 years ago

I didn't see that there is interest in an Oracle implementation... I just issued a PR with the Oracle.ManagedDataAccess.Core version that is currently supported by Oracle.EntityFrameworkCore 3.19.8 (released 2 months ago)

Giorgi commented 3 years ago

Fixed by #27