vmware / differential-datalog

DDlog is a programming language for incremental computation. It is well suited for writing programs that continuously update their output in response to input changes. A DDlog programmer does not write incremental algorithms; instead they specify the desired input-output mapping in a declarative manner.
MIT License
1.37k stars 117 forks source link

Lock around new transaction in DDlogJooqProvider #1138

Closed amytai closed 2 years ago

amytai commented 2 years ago

DDlog transaction API currently throws an exception if there is already a transaction in progress. This lock is to prevent such exceptions from being generated.

Signed-off-by: Amy Tai amy.tai.2009@gmail.com