branch: elpa/emacsql
commit 8c5f095458aa37e4146b80d9319ee63571734127
Author: Christopher Wellons <[email protected]>
Commit: Christopher Wellons <[email protected]>
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 <[email protected]>
;; 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.