From 2d756f51299131727a978da3bbdfbaaa3c67d36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Sat, 5 Aug 2023 00:36:07 +0200 Subject: [PATCH] Document the new default value of the Babel/SQLite ':db' argument --- org-contrib/babel/languages/ob-doc-sqlite.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org-contrib/babel/languages/ob-doc-sqlite.org b/org-contrib/babel/languages/ob-doc-sqlite.org index d7febb0c..981eca34 100644 --- a/org-contrib/babel/languages/ob-doc-sqlite.org +++ b/org-contrib/babel/languages/ob-doc-sqlite.org @@ -91,7 +91,8 @@ There are no language-specific default header arguments for SQLite. There are 11 SQLite-specific header arguments. - db :: a string with the name of the file that holds the SQLite - database. Babel requires this header argument. + database. Defaults to =":memory:"=, a special "file name" that + makes SQLite use a temporary in-memory database. - header :: if present, turn on headers in the output format. Headers are also output with the header argument =:colnames yes=. - echo :: if present, set the SQLite dot command =.echo= to =ON=. -- 2.37.1 (Apple Git-137.1)