emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 4f76b94f7c 168/427: Set psql to print nil for NULL


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 4f76b94f7c 168/427: Set psql to print nil for NULL.
Date: Tue, 13 Dec 2022 02:59:38 -0500 (EST)

branch: elpa/emacsql
commit 4f76b94f7c9082fadd43762fd8dd76043bac0d59
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Set psql to print nil for NULL.
---
 emacsql-psql.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emacsql-psql.el b/emacsql-psql.el
index 2e5cbfa081..adac77bc99 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -52,6 +52,7 @@
       (prog1 connection
         (emacsql-register connection)
         (emacsql-send-string connection "\\pset pager off")
+        (emacsql-send-string connection "\\pset null nil")
         (emacsql-send-string connection "\\a")
         (emacsql-send-string connection "\\t")
         (emacsql-send-string connection "\\f ' '")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]