summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/database
AgeCommit message (Collapse)Author
2020-03-02liquibase: 3.8.6 -> 3.8.7R. RyanTM
2020-02-16liquibase: 3.8.5 -> 3.8.6R. RyanTM
2020-02-04sqldeveloper: {17.4.1.054.0712,18.2.0.183.1748} -> 19.4.0.354.1759Maximilian Bosch
There are no new releases of sqldeveloper v17/v18 and I don't think that we should keep obviously unmaintained software that interacts with database systems. I removed `sqldeveloper_18` and `pkgs.sqldeveloper` now points to version 19.4. Unfortunately I had to drop darwin support as JavaFX is required for 19.4 which is part of the `oraclejdk` which isn't packaged for darwin yet. For further information please refer to the release notes: https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-194-5908846.html
2020-02-03liquibase: 3.6.2 -> 3.8.5Benno Fünfstück
2020-01-22treewide: fix redirected urlsPatrick Hilhorst
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2020-01-18pg_checksums: init at 1.0Mario Rodas
2020-01-06schemaspy: 6.0.0-rc2 -> 6.1.0Philipp Hausmann
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-12-30python3Packages.pgcli: remove prompt_tookit version boundsJonathan Ringer
2019-12-29Merge pull request #76248 from r-ryantm/auto-update/ephemeralpgChristoph Hrdinka
ephemeralpg: 2.5 -> 2.9
2019-12-26treewide: update which packages I'm currently maintainingMaximilian Bosch
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
2019-12-23ephemeralpg: 2.5 -> 2.9R. RyanTM
2019-12-05pgcli: 2.1.1 -> 2.2.0Mario Rodas
2019-10-05Merge pull request #70428 from manveru/dbmate-1.7.0Marek Mahut
dbmate: 1.4.1 -> 1.7.0
2019-10-05update Python packages psycopg2, sqlparse, and pgcli (#70257)Peter Simons
* python-psycopg2: update from 2.7.7 to 2.8.3 * python-sqlparse: update from 0.2.4 to 0.3.0 * pgcli: update from 2.0.2 to 2.1.1
2019-10-05dbmate: 1.4.1 -> 1.7.0Michael Fellinger
2019-10-01Merge pull request #69972 from r-ryantm/auto-update/squirrel-sqlRyan Mulligan
squirrel-sql: 3.9.1 -> 4.0.0
2019-09-28squirrel-sql: 3.9.1 -> 4.0.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squirrel-sql/versions
2019-09-28Merge pull request #56034 from peterhoeg/u/sqliteThomas Tuegel
qscintilla: 2.9.4 -> 2.11.2 and sqlitebrowser: 3.11.2
2019-08-28treewide: remove redundant recvolth
2019-08-26sqlitebrowser: build on darwin tooPeter Hoeg
2019-08-26sqlitebrowser: do not use vendored qscintillaPeter Hoeg
2019-08-17treewide: name -> pnamevolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-05Revert "pgcli: 2.0.2 -> 2.1.1"edef
This reverts commit 2b07800798654b0a0a0dabd160d5ebb934e93799.
2019-08-05pgcli: 2.0.2 -> 2.1.1edef
2019-08-03litecli: 1.0.0 -> 1.1.0Daniel Schaefer
Fixes the tests.
2019-07-01treewide: use dontUnpackworldofpeace
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-05-23sqlitebrowser: 3.10.1 -> 3.11.2Maximilian Bosch
The latest releases of `sqlitebrowser` contain several new features like a dark mode, improved CSV import/export and a lot of new bugfixes: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.11.2 https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.11.1 https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.11.0 Also some minor changes were applied to the package definition: * Using the `pname`/`version` convention now. * Use internal `qscintilla` rather than our package to fix the build (https://github.com/sqlitebrowser/sqlitebrowser/issues/1348#issuecomment-374170936). This can probably be removed when https://github.com/NixOS/nixpkgs/pull/56034 is merged. * Dropped patch which removed Test and Print support as QT 5.12 is now used to build the application.
2019-05-07timescaledb-tune: 0.5.0. -> 0.6.0Mario Rodas
2019-05-04squirrel-sql: Add MSSQL driver. (#55626)cresh
2019-04-24Merge pull request #58368 from marsam/update-timescaledbMario Rodas
timescaledb: 1.0.0 -> 1.2.2, timescaledb-parallel-copy: 2018-05-14 -> 0.2.0, timescaledb-tune: init at 0.5.0
2019-04-15treewide: update homepages to https where availableMatthew Bauer
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-04-07cdb: fix platforms (#59106)Profpatsch
`unix` is a list.
2019-03-25timescaledb-tune: init at 0.5.0Mario Rodas
2019-03-25timescaledb-parallel-copy: 2018-05-14 -> 0.2.0Mario Rodas
2019-03-12pgcli: Patch tests (#57402)Sarah Brofeldt
2019-03-03squirrel-sql: 3.9.0 -> 3.9.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squirrel-sql/versions
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy
on darwin too (too restrictive platforms)
2019-01-31Merge pull request #53585 from Scriptkiddi/litecliDmitry Kalinkin
litecli: init at 1.0.0
2019-01-31litecli: fix testsDmitry Kalinkin
2019-01-30Merge pull request #53650 from Ma27/update-shmigMaximilian Bosch
shmig: 2017-07-24 -> 1.0.0
2019-01-15pg_tmp, ephemeralpg: merge packagesYorick van Pelt
2019-01-12shmig: 2017-07-24 -> 1.0.0Maximilian Bosch
Update to the latest revision, don't replace `which` anymore as all `which` references are eliminated previously, enable support for at least one database type (otherwise this scrpit is unusable and needs to be built manually with support for on of these packages). Tested functionality with a simple SQLite database.
2019-01-07pgcli: 2.0.1 -> 2.0.2R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pgcli/versions
2019-01-08litecli: init at 1.0.0Fritz Otlinghaus
2019-01-04sqlitebrowser: link with libQt5PrintSupport explicitlyPiotr Bogdan
2018-12-20liquibase: fix missing dependenciesPhilipp Middendorf
2018-12-18squirrel-sql: 3.8.1 -> 3.9.0R. RyanTM
* squirrel-sql: 3.8.1 -> 3.9.0 (#52029) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squirrel-sql/versions * squirrel-sql: cleanup * squirrel-sql: don't pass stdenv as a build input