about summary refs log tree commit diff
path: root/pkgs/development/libraries/sqlite
AgeCommit message (Collapse)AuthorFilesLines
2019-12-31treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster1-1/+1
2019-12-30sqlite: 3.30.0 -> 3.30.1R. RyanTM1-2/+2
2019-10-21sqlite: 3.28.0 -> 3.30.0Andreas Rammhold2-4/+4
Also bumps sqlite3_analyze as those have to be kept in sync
2019-09-26tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting1-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.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth3-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-18Revert "sqlite: enable parallel builds"Frederik Rietdijk1-2/+1
Revert due to reported issues https://github.com/NixOS/nixpkgs/issues/63157 This reverts commit 93982349c8ed4ddc88e62cb970ac6fdd331ee766.
2019-05-24sqlite: enable parallel buildsBenjamin Hipple1-1/+2
2019-04-27sqlite: 3.27.2 -> 3.28.0c0bw3b2-7/+7
Changelog: https://www.sqlite.org/releaselog/3_28_0.html Security: includes fixes for CVE-2019-9936 and CVE-2019-9937
2019-02-25sqlite: 3.27.1 -> 3.27.2Will Dietz2-4/+4
2019-02-22sqlite{,-analyzer}: 3.26.0 -> 3.27.1Will Dietz2-6/+6
https://sqlite.org/releaselog/3_27_1.html https://sqlite.org/releaselog/3_27_0.html
2018-12-01sqlite: 3.25.3 -> 3.26.0Will Dietz2-4/+4
2018-11-16sqlite: 3.25.2 -> 3.25.3Will Dietz2-4/+4
https://sqlite.org/releaselog/3_25_3.html
2018-11-16sqlite: 3.25.1 -> 3.25.2Will Dietz2-4/+4
2018-11-16sqlite: 3.25.0 -> 3.25.1Will Dietz2-4/+4
2018-11-16sqlite: 3.24.0 -> 3.25.0Will Dietz2-4/+4
https://sqlite.org/releaselog/3_25_0.html
2018-10-16sqlite: supports windowsMatthew Bauer1-1/+1
2018-08-13Merge branch 'staging-next' into stagingVladimír Čunát3-0/+3
Commits from master, conflict resolutions, etc.
2018-08-11sqlite,sqlar: add licensesMarkus Kowalewski3-0/+3
2018-08-11sqlite: disable testsJan Malakhovski1-0/+2
2018-06-10sqlite{,-analyzer}: 2.23.1 -> 2.24.0Will Dietz2-4/+4
https://sqlite.org/releaselog/3_24_0.html
2018-05-29sqlite: do not contaminate dependent libtool-based projects with sqlite ↵Orivej Desh1-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.
2018-05-27Revert "sqlite{,-analyzer}: use the same src (#40945)"Will Dietz3-24/+36
This reverts commit e28a586f94e77f22d943288ad84f88be23c587f8.
2018-05-23sqlite{,-analyzer}: use the same src (#40945)Yegor Timoshenko3-36/+24
2018-05-23Merge pull request #40626 from dtzWill/update/sqlite-2.23.1Yegor Timoshenko4-37/+60
sqlite: 3.22.0 -> 3.23.1
2018-05-23sqlite{,-analyzer}: add archiveVersion functionYegor Timoshenko3-2/+21
2018-05-22sqlite: with stdenv.lib, add downloadPage, add version attributeYegor Timoshenko1-8/+13
2018-05-22sqlite3_analyzer: assert, rename to sqlite-analyzer, clean upYegor Timoshenko2-27/+26
2018-05-17sqlar: init at 2018-01-07Will Dietz1-0/+26
2018-05-17sqlite3_analyzer: 3.22.0 -> 3.23.1 (to match sqlite3)Will Dietz1-3/+3
2018-05-16sqlite: Add zlib dep, needed for sqlar support.Will Dietz1-2/+2
(and seems generally useful anyway?)
2018-05-16sqlite: 3.22.0 -> 3.23.1Will Dietz1-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
2018-03-05sqlite: Raising max variable number and max expr depth valuessjau1-0/+2
fixes #36293
2018-02-23sqlite3_analyzer: 3.20.1 -> 3.22.0volth1-3/+3
2018-02-23sqlite: 3.21.0 -> 3.22.0volth1-3/+3
2017-10-29sqlite: 3.20.1 -> 3.21.0mimadrid1-3/+3
2017-10-27Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-3/+3
2017-10-24sqlite3_analyzer: 3.20.0 -> 3.20.1mimadrid1-3/+3
2017-10-24sqlite: 3.20.0 -> 3.20.1mimadrid1-3/+3
2017-08-13Merge #27910: sqlite: 3.19.3 -> 3.20.0Vladimír Čunát1-3/+3
2017-08-04sqlite3_analyzer: 3.19.2 -> 3.20.0mimadrid1-3/+3
2017-08-03sqlite: 3.19.3 -> 3.20.0mimadrid1-3/+3
2017-07-05Enable some more debug infoEelco Dolstra1-0/+1
2017-06-22sqlite3: 3.19.2 -> 3.19.3Franz Pletz1-3/+3
2017-06-22sqlite3: 3.17.0 -> 3.19.2mimadrid1-3/+3
2017-06-03sqlite3_analyzer: 3.17.0 -> 3.19.2mimadrid1-3/+3
2017-03-08sqlite: 3.16.2 -> 3.17.0Alexey Shmalko1-3/+3
Firefox requires the latest sqlite to build: ``` checking for sqlite3 >= 3.17.0... Requested 'sqlite3 >= 3.17.0' but version of SQLite is 3.16.2 configure: error: Library requirements (sqlite3 >= 3.17.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ```
2017-03-06sqlite3_analyzer: 3.8.10.1 -> 3.17.0mimadrid1-19/+11
fixes #23479
2017-01-24sqlite: 3.15.2 -> 3.16.2Eelco Dolstra1-3/+3
2016-12-15sqlite: 3.15.0 -> 3.15.2 for null pointer dereferenceGraham Christensen1-3/+3
https://sqlite.org/releaselog/3_15_2.html