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

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

[elpa] externals/pq 8044537122 23/63: Add testcase that provokes a NOTIF


From: ELPA Syncer
Subject: [elpa] externals/pq 8044537122 23/63: Add testcase that provokes a NOTIFY.
Date: Mon, 14 Feb 2022 23:24:22 -0500 (EST)

branch: externals/pq
commit 80445371225054df4f9e0b3eeaae8f9145cc95c9
Author: Andreas Seltenreich <seltenreich@gmx.de>
Commit: Andreas Seltenreich <seltenreich@gmx.de>

    Add testcase that provokes a NOTIFY.
---
 test.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test.el b/test.el
index c999567ef2..76cfb730aa 100644
--- a/test.el
+++ b/test.el
@@ -19,6 +19,10 @@
 (pq:escapeIdentifier con "moo'oo\"oo")
 ;; "\"moo'oo\"\"oo\""
 (pq:query con "select true, false, NULL, version()")
+
+;; provoke a warning
+(pq:query con "drop table if exists nonexisting_table")
+
 (setq con (pq:connectdb))
 (setq con nil)
 (garbage-collect)



reply via email to

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