babyfish-ct / jimmer

A revolutionary ORM framework for both java and kotlin.
Apache License 2.0
882 stars 91 forks source link

[Feature Request] Option to Enable/Disable Identification of Error Points Using SavePoint Mechanism for SQL Updates in PostgreSQL #656

Closed ClearPlume closed 2 months ago

ClearPlume commented 2 months ago

The SavePoint mechanism in PostgreSQL provides the capability to roll back to a stable state for error analysis when an SQL update fails. However, it requires that a transaction be present in the current context, which is not feasible in some projects.

babyfish-ct commented 2 months ago

Try 0.8.170