aboutsummaryrefslogtreecommitdiff
path: root/test/atrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/atrc.c')
-rw-r--r--test/atrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atrc.c b/test/atrc.c
index c6e4ce3d0..673f12cc4 100644
--- a/test/atrc.c
+++ b/test/atrc.c
@@ -75,7 +75,7 @@ int rename_all_tables(
int cnt = 0;
rc = sqlite3_prepare_v2(db,
- "SELECT name FROM sqlite_master WHERE type='table'"
+ "SELECT name FROM sqlite_schema WHERE type='table'"
" AND name NOT LIKE 'sqlite_%';",
-1, &pStmt, 0);
if( rc ) return rc;