aboutsummaryrefslogtreecommitdiff
path: root/src/attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/attach.c')
-rw-r--r--src/attach.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attach.c b/src/attach.c
index ca0fd9fd1..1f276156b 100644
--- a/src/attach.c
+++ b/src/attach.c
@@ -414,6 +414,7 @@ void sqlite3Detach(Parse *pParse, Expr *pDbname){
0, /* pNext */
detachFunc, /* xSFunc */
0, /* xFinalize */
+ 0, 0,
"sqlite_detach", /* zName */
{0}
};
@@ -433,6 +434,7 @@ void sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey){
0, /* pNext */
attachFunc, /* xSFunc */
0, /* xFinalize */
+ 0, 0,
"sqlite_attach", /* zName */
{0}
};