We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722a076 commit 6830441Copy full SHA for 6830441
2 files changed
image/duckdbrc
@@ -1,9 +1,9 @@
1
-- Display settings
2
-.headers on -- default: off
3
-.timer on -- default: off
+.headers on
+.timer on
4
5
-- Set default null display
6
-.nullvalue NULL -- default: (empty string)
+.nullvalue NULL
7
8
-- Enable progress bar for long queries
9
-SET enable_progress_bar = true; -- default: false
+SET enable_progress_bar = true;
image/sqliterc
@@ -1,6 +1,6 @@
0 commit comments