Pushing Hard for Oracle ODP Support for RepoDB
Published:
For the past week, I have been heads-down working on bringing Oracle ODP (Oracle Data Provider for .NET) support to RepoDB. Below is a screenshot from my local Docker setup, which I have been using throughout this effort to run and validate against an actual Oracle database instance.

Along the way, I have run into a good number of use-cases that RepoDB does not yet fully support for Oracle. Things like handling Oracle-specific data types, dealing with its distinct bulk operation behavior, and adjusting the internal query builders to align with Oracleβs SQL dialect are all requiring careful, deliberate work.
It has not been a quick or straightforward process, but every issue I uncover is helping me shape a much more solid and reliable implementation. I am pushing hard to get this right, since Oracle support is a key step toward making RepoDB a truly viable choice for enterprise environments.
More updates to come as this progresses.
