Home
last modified time | relevance | path

Searched refs:IN_RENAME_OBJECT (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/src/
H A Dtrigger.c198 if( !IN_RENAME_OBJECT ){ in sqlite3BeginTrigger()
231 if( !IN_RENAME_OBJECT ){ in sqlite3BeginTrigger()
265 if( IN_RENAME_OBJECT ){ in sqlite3BeginTrigger()
340 if( IN_RENAME_OBJECT ){ in sqlite3FinishTrigger()
407 assert( IN_RENAME_OBJECT || !pParse->pNewTrigger ); in sqlite3FinishTrigger()
472 if( IN_RENAME_OBJECT ){ in triggerStepAllocate()
503 if( IN_RENAME_OBJECT ){ in sqlite3TriggerInsertStep()
546 if( IN_RENAME_OBJECT ){ in sqlite3TriggerUpdateStep()
583 if( IN_RENAME_OBJECT ){ in sqlite3TriggerDeleteStep()
870 if( pDup && pDup->nSrc>1 && !IN_RENAME_OBJECT ){ in sqlite3TriggerStepSrc()
H A Dresolve.c369 if( IN_RENAME_OBJECT && pItem->zAlias ){ in lookupName()
492 if( IN_RENAME_OBJECT ){ in lookupName()
601 if( IN_RENAME_OBJECT ){ in lookupName()
978 if( IN_RENAME_OBJECT ){ in resolveExprStep()
1083 && !IN_RENAME_OBJECT in resolveExprStep()
1089 if( 0==IN_RENAME_OBJECT ){ in resolveExprStep()
1165 if( IN_RENAME_OBJECT==0 ){ in resolveExprStep()
1192 assert( pDef!=0 || IN_RENAME_OBJECT ); in resolveExprStep()
1490 if( IN_RENAME_OBJECT && iCol>0 ){ in resolveCompoundOrderBy()
1500 if( !IN_RENAME_OBJECT ){ in resolveCompoundOrderBy()
[all …]
H A Dauth.c153 assert( !IN_RENAME_OBJECT ); in sqlite3AuthRead()
210 assert( !IN_RENAME_OBJECT || db->xAuth==0 ); in sqlite3AuthCheck()
H A Dbuild.c1244 if( IN_RENAME_OBJECT ){ in sqlite3StartTable()
1768 if( IN_RENAME_OBJECT ){ in sqlite3AddDefaultValue()
2379 if( IN_RENAME_OBJECT ){ in convertToWithoutRowidTable()
3004 if( IN_RENAME_OBJECT ){ in sqlite3CreateView()
3035 if( IN_RENAME_OBJECT ){ in sqlite3CreateView()
3630 if( IN_RENAME_OBJECT ){ in sqlite3CreateForeignKey()
3655 if( IN_RENAME_OBJECT ){ in sqlite3CreateForeignKey()
4041 if( !IN_RENAME_OBJECT ){ in sqlite3CreateIndex()
4079 if( !IN_RENAME_OBJECT ){ in sqlite3CreateIndex()
4170 if( IN_RENAME_OBJECT ){ in sqlite3CreateIndex()
[all …]
H A Dwalker.c142 || ((pParse = pWalker->pParse)!=0 && IN_RENAME_OBJECT) in sqlite3WalkSelectExpr()
H A Dparse.y754 if( IN_RENAME_OBJECT && A ) sqlite3RenameTokenMap(pParse, A->a[0].zName, &X);
758 if( IN_RENAME_OBJECT && A ) sqlite3RenameTokenMap(pParse, A->a[0].zName, &Y);
1076 if( IN_RENAME_OBJECT ){
1099 if( IN_RENAME_OBJECT ){
1221 if( pA && pY && pY->op==TK_NULL && !IN_RENAME_OBJECT ){
1407 if( IN_RENAME_OBJECT && pParse->pNewIndex ){
H A Dtokenize.c711 if( pParse->pNewTrigger && !IN_RENAME_OBJECT ){
H A Dexpr.c529 if( IN_RENAME_OBJECT ){ in sqlite3ExprForVectorField()
1053 && !IN_RENAME_OBJECT in sqlite3ExprAnd()
1113 assert( !IN_RENAME_OBJECT ); in sqlite3ExprFunctionUsable()
1293 if( IN_RENAME_OBJECT ){ in sqlite3ExprUnmapAndDelete()
1981 if( IN_RENAME_OBJECT ){ in sqlite3ExprListSetName()
H A Dwindow.c962 && ALWAYS(!IN_RENAME_OBJECT) in sqlite3WindowRewrite()
1166 if( IN_RENAME_OBJECT ) sqlite3RenameExprUnmap(pParse, pExpr); in sqlite3WindowOffsetExpr()
H A DsqliteInt.h3763 #define IN_RENAME_OBJECT 0 macro
3765 #define IN_RENAME_OBJECT (pParse->eParseMode>=PARSE_MODE_RENAME) macro
H A Dselect.c6002 || IN_RENAME_OBJECT in selectExpander()
6007 if( IN_RENAME_OBJECT && pE->pLeft ){ in selectExpander()
6023 if( (selFlags & SF_NestedFrom)!=0 && !IN_RENAME_OBJECT ){ in selectExpander()