1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix typos in requirements text and update requirements marks. No changes

to code.

FossilOrigin-Name: 8534a46c06601ad35b97caee442371f24c718d0f
This commit is contained in:
drh
2015-12-03 22:33:55 +00:00
parent 9802947fd8
commit 15427279c8
6 changed files with 23 additions and 18 deletions

View File

@@ -328,7 +328,6 @@ static int lookupName(
}
if( iCol>=pTab->nCol && sqlite3IsRowid(zCol) && VisibleRowid(pTab) ){
/* IMP: R-51414-32910 */
/* IMP: R-44911-55124 */
iCol = -1;
}
if( iCol<pTab->nCol ){
@@ -363,7 +362,7 @@ static int lookupName(
&& VisibleRowid(pMatch->pTab)
){
cnt = 1;
pExpr->iColumn = -1; /* IMP: R-44911-55124 */
pExpr->iColumn = -1;
pExpr->affinity = SQLITE_AFF_INTEGER;
}