[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql 27139bccb2 1/2: emacsql-include-header: Define usi
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql 27139bccb2 1/2: emacsql-include-header: Define using defvar |
Date: |
Tue, 3 Sep 2024 10:09:23 -0400 (EDT) |
branch: elpa/emacsql
commit 27139bccb2c5aeaeda23f54607ad4ea8ab0377de
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
emacsql-include-header: Define using defvar
---
emacsql-sqlite-common.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/emacsql-sqlite-common.el b/emacsql-sqlite-common.el
index b265855fbc..252df690db 100644
--- a/emacsql-sqlite-common.el
+++ b/emacsql-sqlite-common.el
@@ -83,7 +83,9 @@ Also see http://www.sqlite.org/lang_keywords.html.")
Elements have the form (ERRCODE SYMBOLIC-NAME EMACSQL-ERROR
ERRSTR). Also see https://www.sqlite.org/rescode.html.")
-(defconst emacsql-include-header nil
+;;; Variables
+
+(defvar emacsql-include-header nil
"Whether to include names of columns as an additional row.
Never enable this globally, only let-bind it around calls to `emacsql'.
Currently only supported by `emacsql-sqlite-builtin-connection' and