about summary refs log tree commit diff
path: root/pkgs/development/tools/database
Commit message (Collapse)AuthorAge
* liquibase: 3.8.9 -> 3.9.0R. RyanTM2020-05-19
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* squirrel-sql: 4.0.0 -> 4.1.0R. RyanTM2020-05-10
|
* Merge pull request #86681 from r-ryantm/auto-update/liquibaseTim Steinbach2020-05-03
|\ | | | | liquibase: 3.8.8 -> 3.8.9
| * liquibase: 3.8.8 -> 3.8.9R. RyanTM2020-05-03
| |
* | dbmate: 1.7.0 -> 1.8.0R. RyanTM2020-05-02
|/
* ephemeralpg: 2.9 -> 3.0R. RyanTM2020-04-16
|
* Merge pull request #85123 from r-ryantm/auto-update/pgcliMaximilian Bosch2020-04-13
|\ | | | | pgcli: 2.2.0 -> 3.0.0
| * pgcli: 2.2.0 -> 3.0.0R. RyanTM2020-04-13
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* Merge pull request #83786 from stigtsp/package/litecli-1.3.2Sarah Brofeldt2020-04-02
|\ | | | | litecli: 1.1.0 -> 1.3.2
| * litecli: 1.1.0 -> 1.3.2Stig Palmquist2020-03-30
| |
* | sqlite-web: 0.3.5 -> 0.3.6R. RyanTM2020-03-30
|/
* liquibase: 3.8.7 -> 3.8.8R. RyanTM2020-03-30
|
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* dbmate: fix build on darwinMario Rodas2020-03-21
|
* Merge pull request #80669 from wucke13/webdisMario Rodas2020-03-15
|\ | | | | webdis: init at 0.1.9
| * webdis: init at 0.1.9wucke132020-02-20
| | | | | | | | Co-Authored-By: Doron Behar <doron.behar@gmail.com>
* | cdb: fix meta.homepageBenjamin Hipple2020-03-14
|/ | | | Without the .html, the server returns access denied.
* liquibase: 3.8.6 -> 3.8.7R. RyanTM2020-03-02
|
* liquibase: 3.8.5 -> 3.8.6R. RyanTM2020-02-16
|
* sqldeveloper: {17.4.1.054.0712,18.2.0.183.1748} -> 19.4.0.354.1759Maximilian Bosch2020-02-04
| | | | | | | | | | | | | | | 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
* liquibase: 3.6.2 -> 3.8.5Benno Fünfstück2020-02-03
|
* treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | 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 ```
* pg_checksums: init at 1.0Mario Rodas2020-01-18
|
* schemaspy: 6.0.0-rc2 -> 6.1.0Philipp Hausmann2020-01-06
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* python3Packages.pgcli: remove prompt_tookit version boundsJonathan Ringer2019-12-30
|
* Merge pull request #76248 from r-ryantm/auto-update/ephemeralpgChristoph Hrdinka2019-12-29
|\ | | | | ephemeralpg: 2.5 -> 2.9
| * ephemeralpg: 2.5 -> 2.9R. RyanTM2019-12-23
| |
* | treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
|/ | | | | | | | | | | | | | | | | | 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.
* pgcli: 2.1.1 -> 2.2.0Mario Rodas2019-12-05
|
* Merge pull request #70428 from manveru/dbmate-1.7.0Marek Mahut2019-10-05
|\ | | | | dbmate: 1.4.1 -> 1.7.0
| * dbmate: 1.4.1 -> 1.7.0Michael Fellinger2019-10-05
| |
* | update Python packages psycopg2, sqlparse, and pgcli (#70257)Peter Simons2019-10-05
|/ | | | | | | | * 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
* Merge pull request #69972 from r-ryantm/auto-update/squirrel-sqlRyan Mulligan2019-10-01
|\ | | | | squirrel-sql: 3.9.1 -> 4.0.0
| * squirrel-sql: 3.9.1 -> 4.0.0R. RyanTM2019-09-28
| | | | | | | | | | | | | | 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
* | Merge pull request #56034 from peterhoeg/u/sqliteThomas Tuegel2019-09-28
|\ \ | |/ |/| qscintilla: 2.9.4 -> 2.11.2 and sqlitebrowser: 3.11.2
| * sqlitebrowser: build on darwin tooPeter Hoeg2019-08-26
| |
| * sqlitebrowser: do not use vendored qscintillaPeter Hoeg2019-08-26
| |
* | treewide: remove redundant recvolth2019-08-28
| |
* | treewide: name -> pnamevolth2019-08-17
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Revert "pgcli: 2.0.2 -> 2.1.1"edef2019-08-05
| | | | This reverts commit 2b07800798654b0a0a0dabd160d5ebb934e93799.
* pgcli: 2.0.2 -> 2.1.1edef2019-08-05
|
* litecli: 1.0.0 -> 1.1.0Daniel Schaefer2019-08-03
| | | | Fixes the tests.
* treewide: use dontUnpackworldofpeace2019-07-01
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* sqlitebrowser: 3.10.1 -> 3.11.2Maximilian Bosch2019-05-23
| | | | | | | | | | | | | | | | | | 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.
* timescaledb-tune: 0.5.0. -> 0.6.0Mario Rodas2019-05-07
|