aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sqlite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sqlite-analyzer: remove separate filezowoq2020-12-021-31/+0
| | | | | Moved to a shared package with sqldiff in: e714798f27be8a48a0712baf2b150f0e1c7ceeb9
* sqlite tools.nix: 3.30.0 > 3.33.0Doron Behar2020-09-192-4/+4
|
* sqlite-analyzer: 3.28.0 -> 3.30.0Daniel Schaefer2020-09-191-2/+2
|
* sqldiff, sqlite-analyzer: Fix Darwin buildBenjamin Esham2020-09-191-2/+2
| | | | | lowPrio dropped, too, because the contents of these derivations don't appear in any others.
* sqldiff: init at 3.28.0Daniel Schaefer2020-09-191-0/+43
|
* sqlite: 3.32.3 -> 3.33.0zowoq2020-08-171-2/+2
| | | | https://www.sqlite.org/releaselog/3_33_0.html
* sqlite-analyzer: 3.32.3 -> 3.33.0zowoq2020-08-171-2/+2
| | | | https://www.sqlite.org/releaselog/3_33_0.html
* sqlite-analyzer: 3.32.2 -> 3.32.3Luflosi2020-06-191-2/+2
|
* sqlite: 3.32.2 -> 3.32.3Luflosi2020-06-191-2/+2
|
* sqlite-analyzer: 3.32.1 -> 3.32.2Vladimír Čunát2020-06-071-2/+2
| | | | It needs to be synced with sqlite itself.
* sqlite: 3.32.1 -> 3.32.2Jonathan Ringer2020-06-051-2/+2
|
* sqlite-analyzer: 3.31.1 -> 3.32.1Vladimír Čunát2020-05-311-2/+2
| | | | It needs to be synced with sqlite itself.
* sqlite: 3.32.0 -> 3.32.1Jonathan Ringer2020-05-281-2/+2
|
* sqlite: 3.31.1 -> 3.32.0R. RyanTM2020-05-271-2/+2
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-103-4/+4
|
* sqlite-analyzer: 3.31.0 -> 3.31.1Vladimír Čunát2020-03-111-2/+2
| | | | | This was forgotten in PR #81648. It's a small bump, so I just tested that it builds.
* sqlite: 3.31.0 -> 3.31.1R. RyanTM2020-03-031-3/+3
|
* sqlite: 3.30.1 -> 3.31.0 (security)Markus S. Wamser2020-02-112-6/+6
|
* treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster2019-12-311-1/+1
|
* sqlite: 3.30.0 -> 3.30.1R. RyanTM2019-12-301-2/+2
|
* sqlite: 3.28.0 -> 3.30.0Andreas Rammhold2019-10-212-4/+4
| | | | Also bumps sqlite3_analyze as those have to be kept in sync
* tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting2019-09-261-2/+2
| | | | | | | | | Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion.
* treewide: remove redundant recvolth2019-08-281-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-153-3/+3
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Revert "sqlite: enable parallel builds"Frederik Rietdijk2019-06-181-2/+1
| | | | | | | Revert due to reported issues https://github.com/NixOS/nixpkgs/issues/63157 This reverts commit 93982349c8ed4ddc88e62cb970ac6fdd331ee766.
* sqlite: enable parallel buildsBenjamin Hipple2019-05-241-1/+2
|
* sqlite: 3.27.2 -> 3.28.0c0bw3b2019-04-272-7/+7
| | | | | | Changelog: https://www.sqlite.org/releaselog/3_28_0.html Security: includes fixes for CVE-2019-9936 and CVE-2019-9937
* sqlite: 3.27.1 -> 3.27.2Will Dietz2019-02-252-4/+4
|
* sqlite{,-analyzer}: 3.26.0 -> 3.27.1Will Dietz2019-02-222-6/+6
| | | | | https://sqlite.org/releaselog/3_27_1.html https://sqlite.org/releaselog/3_27_0.html
* sqlite: 3.25.3 -> 3.26.0Will Dietz2018-12-012-4/+4
|
* sqlite: 3.25.2 -> 3.25.3Will Dietz2018-11-162-4/+4
| | | | https://sqlite.org/releaselog/3_25_3.html
* sqlite: 3.25.1 -> 3.25.2Will Dietz2018-11-162-4/+4
|
* sqlite: 3.25.0 -> 3.25.1Will Dietz2018-11-162-4/+4
|
* sqlite: 3.24.0 -> 3.25.0Will Dietz2018-11-162-4/+4
| | | | https://sqlite.org/releaselog/3_25_0.html
* sqlite: supports windowsMatthew Bauer2018-10-161-1/+1
|
* Merge branch 'staging-next' into stagingVladimír Čunát2018-08-133-0/+3
|\ | | | | | | Commits from master, conflict resolutions, etc.
| * sqlite,sqlar: add licensesMarkus Kowalewski2018-08-113-0/+3
| |
* | sqlite: disable testsJan Malakhovski2018-08-111-0/+2
|/
* sqlite{,-analyzer}: 2.23.1 -> 2.24.0Will Dietz2018-06-102-4/+4
| | | | https://sqlite.org/releaselog/3_24_0.html
* sqlite: do not contaminate dependent libtool-based projects with sqlite ↵Orivej Desh2018-05-291-0/+5
| | | | | | | | dependencies sqlite is built as a shared library, but libtool nevertheless adds -lz into the link commands of the dependent projects, which fail to link if they do not directly depend on libz. Fix this by clearing dependency_libs in libsqlite3.la.
* Revert "sqlite{,-analyzer}: use the same src (#40945)"Will Dietz2018-05-273-24/+36
| | | | This reverts commit e28a586f94e77f22d943288ad84f88be23c587f8.
* sqlite{,-analyzer}: use the same src (#40945)Yegor Timoshenko2018-05-233-36/+24
|
* Merge pull request #40626 from dtzWill/update/sqlite-2.23.1Yegor Timoshenko2018-05-234-37/+60
|\ | | | | sqlite: 3.22.0 -> 3.23.1
| * sqlite{,-analyzer}: add archiveVersion functionYegor Timoshenko2018-05-233-2/+21
| |
| * sqlite: with stdenv.lib, add downloadPage, add version attributeYegor Timoshenko2018-05-221-8/+13
| |
| * sqlite3_analyzer: assert, rename to sqlite-analyzer, clean upYegor Timoshenko2018-05-222-27/+26
| |
| * sqlite3_analyzer: 3.22.0 -> 3.23.1 (to match sqlite3)Will Dietz2018-05-171-3/+3
| |
| * sqlite: Add zlib dep, needed for sqlar support.Will Dietz2018-05-161-2/+2
| | | | | | | | (and seems generally useful anyway?)
| * sqlite: 3.22.0 -> 3.23.1Will Dietz2018-05-161-3/+3
| | | | | | | | | | | | | | | | | | https://sqlite.org/releaselog/3_23_1.html (also contains notes for 3.23.0) Adds CLI support for SQLite archive files: https://sqlite.org/sqlar.html
* | sqlar: init at 2018-01-07Will Dietz2018-05-171-0/+26
|/