tmsmith / Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k stars 585 forks source link

Fix Update on Oracle with TriggerIdentity #229

Closed pippolino closed 3 years ago

pippolino commented 4 years ago

The update fails on Oracle when the key is TriggerIdentity type