summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* gnu: python2-sqlalchemy: Skip a failing test.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/databases.scm (python2-sqlalchemy)[phases]{check}: Skip the test_fixture_five test.
* gnu: Remove python-orator due to being broken and unmaintained.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/databases.scm (python-orator): Delete variable.
* gnu: python-fakeredis: Update to 1.7.1.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/databases.scm (python-fakeredis): Update to 1.7.1. [propagated-inputs]: Add python-aioredis.
* gnu: Add python-aioredis.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/databases.scm (python-aioredis): New variable.
* gnu: python-sqlalchemy: Update to 1.4.35.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.35.
* gnu: python-sqlalchemy: Run tests in parallel via xdist.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/databases.scm (python-sqlalchemy)[phases]: Use gexps. {check}: Run tests in parallel; skip slow test_memusage. * gnu/packages/databases.scm (python2-sqlalchemy): Adjust to avoid xdist.
* gnu: recutils: Fix cross-compilation.Tobias Geerinckx-Rice2022-05-08
| | | | | | * gnu/packages/databases.scm (recutils) [arguments]: Point "--with-bash-headers" to the root bash "/include" directory.
* gnu: recutils: Remove some input labels.Tobias Geerinckx-Rice2022-05-08
| | | | | | * gnu/packages/databases.scm (recutils)[inputs]: Remove input labels. [arguments]: Adjust accordingly.
* gnu: recutils: Omit static libraries.Tobias Geerinckx-Rice2022-05-08
| | | | | * gnu/packages/databases.scm (recutils)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: recutils: Update to 1.9.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/databases.scm (recutils): Update to 1.9.
* gnu: memcached: Update to 1.6.15.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/databases.scm (memcached): Update to 1.6.15.
* gnu: Add python-databases.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/databases.scm (python-databases): New variable.
* gnu: postgresql-14: Update to 14.2.Maxim Cournoyer2022-03-18
| | | | * gnu/packages/databases.scm (postgresql-14): Update to 14.2.
* gnu: postgresql-11: Update to 11.15.Brice Waegeneire2022-03-18
| | | | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.15. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: postgresql-10: Update to 10.20.Brice Waegeneire2022-03-18
| | | | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.20. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: postgresql-9.6: Remove EOL package.Maxim Cournoyer2022-03-18
| | | | * gnu/packages/databases.scm (postgresql-9.6): Delete variable.
* gnu: mariadb: Fix building for powerpc-linux.Efraim Flashner2022-03-15
| | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Add custom phase for powerpc-linux to apply patch. [native-inputs]: When building for powerpc-linux add patch and a patch file. * gnu/packages/patches/mariadb-link-libatomic.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: apache-arrow: Update to 7.0.0.Ricardo Wurmus2022-03-15
| | | | * gnu/packages/databases.scm (apache-arrow): Update to 7.0.0.
* gnu: guile-wiredtiger: Depend on guile2.2-bytestructures.Taylan Kammer2022-03-01
| | | | | | | * gnu/packages/databases.scm (guile-wiredtiger): Since we depend on guile-2.2, we should depend on guile2.2-bytestructures, not guile-bytestructures. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sqlitebrowser: Unbundle qhexedit.Guillaume Le Vaillant2022-02-21
| | | | | | * gnu/packages/databases.scm (sqlitebrowser)[source]: Update snippet. [arguments]: Update 'configure-flags". [inputs]: Add qhexedit.
* gnu: postgresql-13: Fix building on riscv64-linux.Efraim Flashner2022-02-20
| | | | | | | | | * gnu/packages/databases.scm (postgresql-13)[arguments]: Add phase when buidling for riscv64-linux to apply a patch. [native-inputs]: When building for riscv64-linux add patch and patch file. * gnu/packages/patches/postgresql-riscv-spinlocks.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: python-apsw: Enable extension loading.Brendan Tildesley2022-02-19
| | | | | | | * gnu/packages/databases.scm (python-apsw): Enable extension loading. It is required by calibre. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add TimescaleDB.Marius Bakke2022-01-29
| | | | * gnu/packages/databases.scm (timescaledb): New variable.
* gnu: Add go-go-etcd-io-bbolt.Efraim Flashner2022-01-26
| | | | * gnu/packages/databases.scm (go-go-etcd-io-bbolt): New variable.
* gnu: Add go-gopkg-in-mgo-v2.Efraim Flashner2022-01-26
| | | | * gnu/packages/databases.scm (go-gopkg-in-mgo-v2): New variable.
* gnu: Add go-github-com-gomodule-redigo.Efraim Flashner2022-01-26
| | | | * gnu/packages/databases.scm (go-github-com-gomodule-redigo): New variable.
* gnu: Add go-github-com-cupcake-rdb.Efraim Flashner2022-01-26
| | | | * gnu/packages/databases.scm (go-github-com-cupcake-rdb): New variable.
* gnu: Add go-github-com-couchbase-gomemcached.Efraim Flashner2022-01-26
| | | | * gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): New variable.
* gnu: Add go-github-com-bradfitz-gomemcache.Efraim Flashner2022-01-26
| | | | * gnu/packages/databases.scm (go-github-com-bradfitz-gomemcache): New variable.
* gnu: sqlitebrowser: Enable tests.Efraim Flashner2022-01-26
| | | | | * gnu/packages/databases.scm (sqlitebrowser)[arguments]: Don't skip tests. Add configure-flag to enable tests.
* gnu: sqlitebrowser: Unbundle qscintilla.Efraim Flashner2022-01-26
| | | | | | * gnu/packages/databases.scm (sqlitebrowser)[source]: Add snippet. [arguments]: Add configure-flag to find qscintilla include directory. [inputs]: Add qscintilla.
* gnu: Add sqlitebrowser.Zhu Zihao2022-01-26
| | | | | | * gnu/packages/databases.scm (sqlitebrowser): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-sqlalchemy: Update to 1.4.31.Marius Bakke2022-01-22
| | | | * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.31.
* gnu: Add python-psycopg.Marius Bakke2022-01-22
| | | | * gnu/packages/databases.scm (python-psycopg): New variable.
* gnu: Add python-psycopg-pool.Marius Bakke2022-01-22
| | | | * gnu/packages/databases.scm (python-psycopg-pool): New variable.
* gnu: postgresql: Add 14.1.Marius Bakke2022-01-22
| | | | * gnu/packages/databases.scm (postgresql-14): New variable.
* gnu: python-psycopg2: Update to 2.9.3.Marius Bakke2022-01-22
| | | | | * gnu/packages/databases.scm (python-psycopg2): Update to 2.9.3. [home-page]: Follow redirect to <https://www.psycopg.org>.
* gnu: memcached: Update to 1.6.13.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/databases.scm (memcached): Update to 1.6.13.
* Revert "gnu: Add litecli."Nicolas Goaziou2022-01-14
| | | | | | This reverts commit 3f7517a80aac1e462565ced048b9ccd84aa880a9. The patch has already been applied.
* gnu: Add litecli.Foo Chuan Wei2022-01-14
| | | | | | * gnu/packages/databases.scm (litecli): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add pgcli.Foo Chuan Wei2022-01-14
| | | | | | * gnu/packages/databases.scm (pgcli): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pgspecial.Foo Chuan Wei2022-01-14
| | | | | | * gnu/packages/databases.scm (python-pgspecial): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-sqlalchemy-utils: Update to 0.38.2.Marius Bakke2022-01-12
| | | | * gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.38.2.
* gnu: python-sqlalchemy: Remove 1.3.Marius Bakke2022-01-12
| | | | * gnu/packages/databases.scm (python-sqlalchemy-1.3): Remove variable.
* gnu: mycli: Placate sanity check.Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (mycli)[arguments]: Add phase.
* gnu: python-sqlparse: Specify CPE name.Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
* gnu: python-sqlparse: Update to 0.4.2 [fixes CVE-2021-32839].Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (python-sqlparse): Update to 0.4.2.
* gnu: pgloader: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | | * gnu/packages/databases.scm (pgloader)[arguments]: Rewrite as G-expressions. [inputs]: Remove input labels.
* gnu: pgloader: Update to 3.6.3.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/databases.scm (pgloader): Update to 3.6.3.
* gnu: leveldb: Remove --no-rtti flag.Ricardo Wurmus2021-12-20
| | | | | * gnu/packages/databases.scm (leveldb)[arguments]: Patch CMakeLists.txt in 'allow-RTTI phase.