[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql 1becb00945 419/427: Define a few constants as such
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql 1becb00945 419/427: Define a few constants as such |
Date: |
Tue, 13 Dec 2022 03:00:24 -0500 (EST) |
branch: elpa/emacsql
commit 1becb009454f317198cde75b98bb25be2f6f8acd
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Define a few constants as such
---
emacsql-mysql.el | 2 +-
emacsql-psql.el | 2 +-
emacsql-sqlite.el | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/emacsql-mysql.el b/emacsql-mysql.el
index 9927b561ac..dbc7c44233 100644
--- a/emacsql-mysql.el
+++ b/emacsql-mysql.el
@@ -28,7 +28,7 @@
(defvar emacsql-mysql-sentinel "--------------\n\n--------------\n\n"
"What MySQL will print when it has completed its output.")
-(defvar emacsql-mysql-reserved
+(defconst emacsql-mysql-reserved
(emacsql-register-reserved
'(ACCESSIBLE ADD ALL ALTER ANALYZE AND AS ASC ASENSITIVE BEFORE
BETWEEN BIGINT BINARY BLOB BOTH BY CALL CASCADE CASE CHANGE CHAR
diff --git a/emacsql-psql.el b/emacsql-psql.el
index 14a74aed8a..6f7187492a 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -43,7 +43,7 @@
nil)))
(error :cannot-execute)))))
-(defvar emacsql-psql-reserved
+(defconst emacsql-psql-reserved
(emacsql-register-reserved
'(ALL ANALYSE ANALYZE AND ANY AS ASC AUTHORIZATION BETWEEN BINARY
BOTH CASE CAST CHECK COLLATE COLUMN CONSTRAINT CREATE CROSS
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index dd0812c21d..337a8c7f16 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -48,7 +48,7 @@
user-emacs-directory)))
"Path to the EmacSQL backend (this is not the sqlite3 shell).")
-(defvar emacsql-sqlite-reserved
+(defconst emacsql-sqlite-reserved
(emacsql-register-reserved
'(ABORT ACTION ADD AFTER ALL ALTER ANALYZE AND AS ASC ATTACH
AUTOINCREMENT BEFORE BEGIN BETWEEN BY CASCADE CASE CAST CHECK
@@ -128,7 +128,7 @@ buffer. This is for debugging purposes."
(process-send-string process message)
(process-send-string process "\n")))
-(defvar emacsql-sqlite-condition-alist
+(defconst emacsql-sqlite-condition-alist
'(((1 4 9 12 17 18 20 21 22 25) emacsql-error)
((2) emacsql-internal)
((3 8 10 13 14 15 23) emacsql-access)
- [nongnu] elpa/emacsql d03c1a606f 392/427: Include optional .config.mk in Makefile, (continued)
- [nongnu] elpa/emacsql d03c1a606f 392/427: Include optional .config.mk in Makefile, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 6622516e15 393/427: Update library headers, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql b405d99aed 408/427: make: Don't use LDFLAGS to set Emacs load-path, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql b907279bab 418/427: Fix docstring of emacsql-sqlite-condition-alist, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 9ee397b2be 413/427: Whitespace cosmetics, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql d3d76ea72a 409/427: make: Use essentially same Makefile as for other packages I maintain, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql b4d5ef41fe 410/427: make: Don't require pg.el to be available to build and test, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 5818000c7d 412/427: make: Update pg repository url, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 0da3f06e89 416/427: Fix docstring typo, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 20cdad6fe6 417/427: Include sqlite error code in error data, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 1becb00945 419/427: Define a few constants as such,
ELPA Syncer <=
- [nongnu] elpa/emacsql 40c41d0d97 421/427: Release version 3.1.0, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql bfbd0c3a73 422/427: Resume development, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 5c4aa1030b 415/427: Do not warn about missing pg functions, ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql be95788334 214/427: Use global timeout in tests., ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 944de63e9d 298/427: Add functions to fix vector indentation., ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql e061847083 302/427: Improve emacsql-fix-vector-indentation., ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 3f3c36a403 341/427: Expand identifier vectors when passed as parameters (#7)., ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 1de10e8ad4 357/427: Fix warning in emacsql-sqlite initialize-instance (#38), ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql 488e7ebbb5 380/427: Change defvar to defconst for emacsql-version (fix #53), ELPA Syncer, 2022/12/13
- [nongnu] elpa/emacsql e80281487b 399/427: Bump back-ends' dependency on emacsql, ELPA Syncer, 2022/12/13