pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rollback on sql error

pietermartin opened this issue · comments

This needs some investigation but it seems calling commit after a sql error commits some statements, even if the connection says aborted.

This leaves Sqlg's cache in a bad state as afterCommit does not fire yet some sql commands did indeed commit.
In particular investigate this behaviour with partitions.