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

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

[nongnu] elpa/emacsql 8c5f095458 368/427: Bump to version 3.0.0 (#20)


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 8c5f095458 368/427: Bump to version 3.0.0 (#20)
Date: Tue, 13 Dec 2022 03:00:11 -0500 (EST)

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

    Bump to version 3.0.0 (#20)
    
    Changes:
    
    * Requires Emacs 25 or later
    * Improved support for NUL bytes
    * Support for DISTINCT in aggregate functions
    * Update to SQLite 3.22.0
    * Make * a special case (e.g. don't escape it)
---
 emacsql.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacsql.el b/emacsql.el
index 28dbdaaa1d..4a93ce9b4f 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -4,7 +4,7 @@
 
 ;; Author: Christopher Wellons <wellons@nullprogram.com>
 ;; URL: https://github.com/skeeto/emacsql
-;; Version: 2.0.2
+;; Version: 3.0.0
 ;; Package-Requires: ((emacs "25.1"))
 
 ;;; Commentary:
@@ -69,7 +69,7 @@
   "The EmacSQL SQL database front-end."
   :group 'comm)
 
-(defvar emacsql-version "2.0.2")
+(defvar emacsql-version "3.0.0")
 
 (defvar emacsql-global-timeout 30
   "Maximum number of seconds to wait before bailing out on a SQL command.



reply via email to

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