Return SQLITE_ABORT if the underlying shadow tables change in the middle of an rtree...
commit4020f163b29680bc2800227d862999597c0ee8c0
authorDan Kennedy <danielk1977@gmail.com>
Mon, 5 Feb 2024 17:54:03 +0000 (5 17:54 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Mon, 5 Feb 2024 17:54:03 +0000 (5 17:54 +0000)
tree290e2a3e644adc383dc0b62903bc100de9bb7e9a
parent13ef0b45ced27da069b5e09060c1557df69dfa5c
parent2ce50d0712effb228eb7840968ed6b65d65a3816
Return SQLITE_ABORT if the underlying shadow tables change in the middle of an rtree query in such a way as to invalidate an rtree internal priority queue entry. This replaces the SQLITE_ABORT_ROLLBACK mechanism added in [af5c4251].
ext/rtree/rtree.c