gnu: Add deprecation notice for 'sqlite-with-column-metadata'.
authorMarius Bakke <mbakke@fastmail.com>
Wed, 22 Jan 2020 19:44:49 +0000 (20:44 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Wed, 22 Jan 2020 21:12:33 +0000 (22:12 +0100)
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): New public variable.

gnu/packages/sqlite.scm

index 195146a..445c160 100644 (file)
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
-;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -102,3 +102,8 @@ zero-configuration, transactional SQL database engine.  SQLite is the most
 widely deployed SQL database engine in the world.  The source code for SQLite
 is in the public domain.")
    (license license:public-domain)))
+
+;; Column metadata support was added to the regular 'sqlite' package with
+;; commit fad5b1a6d8d9c36bea5785ae4fbc1beb37e644d7.
+(define-public sqlite-with-column-metadata
+  (deprecated-package "sqlite-with-column-metadata" sqlite))