summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* gnu: memcached: Update to 1.6.16.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/databases.scm (memcached): Update to 1.6.16.
* gnu: sqlitebrowser: Fix description.Tobias Geerinckx-Rice2022-08-14
| | | | | * gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more keywords. [description]: Bring up to snuff.
* gnu: python-rq: Update to 1.11.Marius Bakke2022-08-19
| | | | | * gnu/packages/databases.scm (python-rq): Update to 1.11. [native-inputs]: Add PYTHON-PSUTIL.
* gnu: Add python-sqlitedict.Ricardo Wurmus2022-08-16
| | | | * gnu/packages/databases.scm (python-sqlitedict): New variable.
* gnu: python-pymysql: Remove unused input.Marius Bakke2022-08-16
| | | | | * gnu/packages/databases.scm (python-pymysql)[native-inputs]: Remove PYTHON-UNITTEST2.
* gnu: Add python-dogpile.cache.Hartmut Goebel2022-08-10
| | | | * gnu/packages/databases.scm (python-dogpile.cache): New variable.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: nanodbc: Update to 2.14.0.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/databases.scm (nanodbc): Update to 2.14.0.
* gnu: emacs-rec-mode: Update to 1.9.0.Nicolas Goaziou2022-07-11
| | | | * gnu/packages/databases.scm (emacs-rec-mode): Update to 1.9.0.
* gnu: Add sqls 0.2.18.muradm2022-07-03
| | | | | | * gnu/packages/databases (sqls): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: recutils: Use regular check.Thiago Jung Bauermann2022-07-02
| | | | | | | * gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-setuptools-scm: Move to (gnu packages python-build).Maxim Cournoyer2022-06-26
| | | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
* gnu: pgloader: Update to 3.6.4.Tobias Geerinckx-Rice2022-06-19
| | | | * gnu/packages/databases.scm (pgloader): Update to 3.6.4.
* gnu: litecli: Update to 1.9.0.jgart2022-06-23
| | | | | | * gnu/packages/databases.scm (litecli): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: PostgreSQL: Update to 14.4.Marius Bakke2022-06-20
| | | | * gnu/packages/databases.scm (postgresql-14): Update to 14.4.
* gnu: Add python-pyarrow-0.16.Ricardo Wurmus2022-06-16
| | | | * gnu/packages/databases.scm (python-pyarrow-0.16): New variable.
* gnu: Add apache-arrow-0.16.Ricardo Wurmus2022-06-16
| | | | * gnu/packages/databases.scm (apache-arrow-0.16): New variable.
* gnu: PostgreSQL: Promote version 14 to the default.Marius Bakke2022-06-14
| | | | | * gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14. * gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
* gnu: python-asyncpg: Update to 0.25.0.Marius Bakke2022-06-14
| | | | | | * gnu/packages/databases.scm (python-asyncpg): Update to 0.25.0. [native-inputs]: Remove PYTHON-FLAKE8, PYTHON-PYCODESTYLE, PYTHON-SPHINX, PYTHON-SPHINX-RTD-THEME, and PYTHON-SPHINXCONTRIB-ASYNCIO.
* gnu: python-tortoise-orm: Update to 0.19.1.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
* gnu: python-pypika-tortoise: Update to 0.1.5.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.5.
* gnu: perl-dbd-pg: Update to 3.15.1.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
* gnu: TimescaleDB: Update to 2.7.0.Marius Bakke2022-06-14
| | | | | | | | * gnu/packages/databases.scm (timescaledb): Update to 2.7.0. [source](snippet): Remove more files. [source](patches): New field. * gnu/packages/patches/timescaledb-flaky-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: PostgreSQL@13: Update replacement to 13.7 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-13/replacement): Update to 13.7.
* gnu: PostgreSQL@10: Update to 10.21 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.21.
* gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.16.
* gnu: PostgreSQL@14: Update to 14.3 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-14): Update to 14.3.
* gnu: PostgreSQL: Permit loading plugins from symlink unions again.Marius Bakke2022-06-14
| | | | | | | | | ...this fixes a regression since 49b350fafc2c3 where the patch to disable symlink resolving went missing from versions < 14. * gnu/packages/databases.scm (postgresql-13/replacement): New variable. (postgresql-13)[replacement]: New field. (postgresql-11)[source](patches): Add 'postgresql-disable-resolve_symlinks.patch'.
* Merge branch 'master' into stagingLudovic Courtès2022-06-12
|\
| * gnu: python-pyodbc-c: Fix comment.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
| * gnu: python-pyodbc-c: Fix metadata.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | | | | | | | It appears to have been copied from python-pyodbc, a different project. * gnu/packages/databases.scm (python-pyodbc-c)[synopsis, description]: Describe this project instead, and how it differs. [home-page]: Point elsewhere.
| * gnu: python-pyodbc-c: Update to 3.1.5.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc-c): Update to 3.1.5.
| * gnu: python-pyodbc-c: Don't use unstable tarball.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (python-pyodbc-c)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| * gnu: python-pyodbc: Update to 4.0.32.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.32.
| * gnu: python-pyodbc: Document the test situation.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | | | * gnu/packages/databases.scm (python-pyodbc)[arguments]: Replace counterfactual comment with one that isn't. Add a custom 'check phase, which doesn't run.
| * gnu: python-pyodbc: Remove precompiled .pyc files from source.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (python-pyodbc)[source]: Add a snippet. Remove no-op file-name.
| * gnu: galera: Update to 26.4.12.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (galera): Update to 26.4.12.
| * gnu: perl-dbi, timescaledb: Fix typo in description.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (perl-dbi, timescaledb): Fix ‘an database’ typo.
* | Merge branch 'master' into stagingLudovic Courtès2022-06-08
|\|
| * gnu: virtuoso-ose: Do not embed kernel version and timestamps.Vagrant Cascadian2022-06-06
| | | | | | | | | | * gnu/packages/databases.scm (virtuoso-ose)[arguments]: Add 'avoid-embedding-kernel-and-timestamps phase.
| * gnu: timescaledb: Do not embed running kernel version.Vagrant Cascadian2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (timescaledb)[arguments]: Add 'remove-kernel-version phase.
| * gnu: mycli: Update to 1.25.0.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/databases.scm (mycli): Update to 1.25.0. [arguments]: Remove obsolete 'loosen-requirements phase.
* | gnu: timescaledb: Adjust test preparation to PostgreSQL 13.6.Ludovic Courtès2022-06-07
| | | | | | | | | | | | | | | | | | The previous method of making a union with symlinks would work with 13.4 but not with 13.6, which has an extra 'canonicalize_path' call in 'find_my_exec'. * gnu/packages/databases.scm (timescaledb)[arguments]: In 'prepare-tests', pass #:symlink argument to 'union-build'.
* | gnu: postgresql@10: Fix manual compilation.Ludovic Courtès2022-06-05
| | | | | | | | | | | | This is a followup to f0227a18c2394d3403d0265f3c700cfd9d1ee5b4. * gnu/packages/databases.scm (postgresql-10)[native-inputs]: New field.
* | gnu: postgresql@11: Depend on docbook-xml@4.2.Ludovic Courtès2022-06-02
| | | | | | | | * gnu/packages/databases.scm (postgresql-11)[native-inputs]: New field.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\|
| * gnu: Remove 4store.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | * gnu/packages/databases.scm (4store): Delete variable. * gnu/packages/patches/4store-fix-buildsystem.patch: Delete file. * gnu/packages/patches/4store-unset-preprocessor-directive.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
| * gnu: libpqxx: Update to 7.7.3.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (libpqxx): Update to 7.7.3. [source]: Use git. [native-inputs]: Replace python-2 with python-wrapper. Add gcc-11. [tests?]: Expound comment. [phases]: Delete argument.
| * gnu: Remove python2-pysqlite.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-pysqlite): Delete variable.
| * gnu: Remove python2-sqlalchemy.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-sqlalchemy): Delete variable.