OrmLite.Oracle provider is broken as of 4.5.10

FYI - The 4.5.10 release of OrmLite introduced a breaking change with the Oracle provider.

My company is responsible for maintaining the provider, and we will do a proper fix over the next few weeks. This fix will likely involve dropping support for Oracle 11, so we can finally make use of correct [AutoIncrement] fields and Oracle sequences.

We’re hacking around it at the moment, but I doubt our hack will work for the wider OrmLite community and we should just fix it correctly.

So for the moment, if you need to use the Oracle provider, 4.5.8 is the latest release that works.

Thanks for the update Doug, yeah sounds like we’d be better off having a more conforming higher fidelity impl with a higher version min Oracle version.