SQLite Index List Ordering Issue in `sqlite3CreateIndex` Function
Incorrect REPLACE Index Positioning in sqlite3CreateIndex The core issue revolves around the behavior of the sqlite3CreateIndex function in SQLite, specifically how it handles the ordering of indexes with the onError=OE_Replace property. The function is designed to ensure that all indexes with the OE_Replace conflict resolution strategy are moved to the end of the index list….