yetanalytics / lrsql

A SQL-based Learning Record Store
https://www.sqllrs.com
Apache License 2.0
89 stars 18 forks source link

Reaction batch insert concurrency issue #336

Closed cliffcaseyyet closed 1 year ago

cliffcaseyyet commented 1 year ago

Added another condition to make sure only statements prior to trigger are used, in case a batch insert or another thread inserts while trigger is waiting to be processed. This necessitated updating a bunch of tests and stuff.