On 03/05/2023 19:59, Rudolf Adamkovič wrote:
+++ b/etc/ORG-NEWS

Thank you for the patch.

  ** New features
+*** Make =ob-sqlite= use in-database by default
------------------------------^
Looks like a typo

+++ b/lisp/ob-sqlite.el
...> -       (db (cdr (assq :db params)))
+       (db (or (cdr (assq :db params)) ":memory:"))

I am unsure what is better, to add a fallback here or to add :db ":memory" to the org-babel-default-header-args:sqlite variable.

+  "Test in-file permanency."

Maybe persistence?


Reply via email to