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

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

[elpa] externals/triples a8dd90ce9a 08/10: Remove leftover development-o


From: ELPA Syncer
Subject: [elpa] externals/triples a8dd90ce9a 08/10: Remove leftover development-only function in triples-upgrade
Date: Sat, 10 Jun 2023 13:00:11 -0400 (EDT)

branch: externals/triples
commit a8dd90ce9a46bff88d4f4d103f7d1fe517f85b6b
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>

    Remove leftover development-only function in triples-upgrade
---
 triples-upgrade.el | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/triples-upgrade.el b/triples-upgrade.el
index 317bdce0a0..cb7bd50dcb 100644
--- a/triples-upgrade.el
+++ b/triples-upgrade.el
@@ -29,17 +29,6 @@
 (require 'rx)
 (require 'sqlite)
 
-(defun triples-upgrade-to-0.3-simplified (db)
-  "Upgrade the database to version 0.3.
-For sqlite, we want to convert the storage to be more compatible
-with emacsql's version, which had subject as a BLOB type (the
-default column type). In the builtin database, it was a TEXT
-type. This function fixes the schema."
-  (if (or (version< emacs-version "29")
-          (not (eq (type-of db) 'sqlite)))
-      (message "Upgrade is only needed for the built-in sqlite databases used 
by emacs 29+")
-    ))
-
 (defun triples-upgrade-to-0.3 (db)
   "Upgrade the DB to version 0.3.
 This will convert all stringified integers stored with sqlite to



reply via email to

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