Return SQLITE_ABORT if the underlying shadow tables change in the middle of an rtree... rtree-fix
commit2ce50d0712effb228eb7840968ed6b65d65a3816
authorDan Kennedy <danielk1977@gmail.com>
Mon, 5 Feb 2024 17:35:36 +0000 (5 17:35 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Mon, 5 Feb 2024 17:35:36 +0000 (5 17:35 +0000)
tree22c6a9b6cc1b98c0b60b3a0d2488af7ae7756e29
parent13ef0b45ced27da069b5e09060c1557df69dfa5c
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.
ext/rtree/rtree.c
ext/rtree/rtreeJ.test