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

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

[nongnu] elpa/emacsql b907279bab 418/427: Fix docstring of emacsql-sqlit


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql b907279bab 418/427: Fix docstring of emacsql-sqlite-condition-alist
Date: Tue, 13 Dec 2022 03:00:24 -0500 (EST)

branch: elpa/emacsql
commit b907279bab4066da4a290e79b25e558603d94972
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix docstring of emacsql-sqlite-condition-alist
---
 emacsql-sqlite.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index c9439918d0..dd0812c21d 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -137,7 +137,9 @@ buffer. This is for debugging purposes."
     ((11 16 24 26)                emacsql-corruption)
     ((19)                         emacsql-constraint)
     ((27 28)                      emacsql-warning))
-  "List of regexp's mapping sqlite3 output to conditions.")
+  "Alist mapping SQLite error codes to EmacSQL conditions.
+Each key is a list of error codes (integers).
+Also see https://www.sqlite.org/rescode.html.";)
 
 (cl-defmethod emacsql-handle ((_ emacsql-sqlite-connection) code message)
   "Get condition for MESSAGE provided from SQLite."



reply via email to

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