mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-18 10:21:03 +03:00
Add testcase macros.
FossilOrigin-Name: fb9c9bb284d441bd7aa34c87b6fd8ce57d036c17623d82354154fc6286bdd134
This commit is contained in:
@@ -5379,6 +5379,7 @@ void sqlite3WhereEnd(WhereInfo *pWInfo){
|
||||
x = pPk->aiColumn[x];
|
||||
assert( x>=0 );
|
||||
}else{
|
||||
testcase( x!=sqlite3StorageColumnToTable(pTab,x) );
|
||||
x = sqlite3StorageColumnToTable(pTab,x);
|
||||
}
|
||||
x = sqlite3TableColumnToIndex(pIdx, x);
|
||||
|
||||
Reference in New Issue
Block a user