We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbc54a commit ade6c0fCopy full SHA for ade6c0f
1 file changed
Lib/sqlite3/__main__.py
@@ -73,7 +73,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
73
END
74
FROM "{schema}".sqlite_master
75
WHERE type IN ('table', 'view')
76
- AND name NOT LIKE 'sqlite_%' ESCAPE '_'"""
+ AND name NOT LIKE 'sqlite^_%' ESCAPE '^'"""
77
for schema in schema_names
78
)
79
command = " UNION ALL ".join(select_clauses) + " ORDER BY 1"
0 commit comments