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

Add ALWAYS() to branches that are no longer reachable due to recent

enhancements.

FossilOrigin-Name: 63c50fbdeed831ba450d1dce67e968a7daa2b69ac1270eb271fb1e1873d4a07e
This commit is contained in:
drh
2021-04-26 21:00:51 +00:00
parent ada2323d95
commit feef447271
4 changed files with 11 additions and 13 deletions

View File

@@ -99,7 +99,7 @@ Expr *sqlite3ExprAddCollateToken(
if( pExpr==0 ) return 0;
if( pExpr->op==TK_VECTOR ){
ExprList *pList = pExpr->x.pList;
if( pList!=0 ){
if( ALWAYS(pList!=0) ){
int i;
for(i=0; i<pList->nExpr; i++){
pList->a[i].pExpr = sqlite3ExprAddCollateToken(pParse,pList->a[i].pExpr,