We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb75d9e commit 1c4377fCopy full SHA for 1c4377f
1 file changed
sqlite_bro/sqlite_bro.py
@@ -1644,6 +1644,8 @@ def _main():
1644
SELECT ItemNo, Description FROM Item; -- see all is back to normal
1645
RELEASE SAVEPOINT remember_Neo; -- free memory
1646
\n\n-- '.' commands understood:
1647
+-- .attach DATABASE Attach the given Database DATABASE
1648
+
1649
-- .headers on|off Include column headers in next .once exports (default on)
1650
-- .separator COL Set column separator in next .once exports (default ,)
1651
-- .once [--bom] FILE Output of next SQL command to FILE [with utf-8 bom]
0 commit comments