aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordan <dan@noemail.net>2018-08-13 17:14:26 +0000
committerdan <dan@noemail.net>2018-08-13 17:14:26 +0000
commit5496d6a25aed8101ec0949307b8711e2df8c67ab (patch)
treeb53cdb6ac98e76abd341601a0025f9dbc2c60054 /src/sqliteInt.h
parent4a2c747c4ca8652f4cd52a96f75d7762a2511c5c (diff)
downloadsqlite-5496d6a25aed8101ec0949307b8711e2df8c67ab.tar.gz
sqlite-5496d6a25aed8101ec0949307b8711e2df8c67ab.zip
Edit the WHEN and UPDATE OF clauses of trigger programs as part of ALTER TABLE
RENAME COLUMN. FossilOrigin-Name: 5fdb6b0aafba727139e1937ef5950e4434a77f95a10fc46f8010ca2de3922326
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 7b01bb27f..1c7ae4ddd 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -3881,7 +3881,7 @@ void sqlite3FreeIndex(sqlite3*, Index*);
#endif
void sqlite3Insert(Parse*, SrcList*, Select*, IdList*, int, Upsert*);
void *sqlite3ArrayAllocate(sqlite3*,void*,int,int*,int*);
-IdList *sqlite3IdListAppend(sqlite3*, IdList*, Token*);
+IdList *sqlite3IdListAppend(Parse*, IdList*, Token*);
int sqlite3IdListIndex(IdList*,const char*);
SrcList *sqlite3SrcListEnlarge(sqlite3*, SrcList*, int, int);
SrcList *sqlite3SrcListAppend(sqlite3*, SrcList*, Token*, Token*);