summaryrefslogtreecommitdiff
path: root/libsqlite3/libsqlite3
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24Backport commit c3f616597c40 (Due to a coding error, check-in ↵Karen Arutyunov1-1/+1
[8efd61e8518594e3] did not actually use ...) Fixes misuse of the writeMask field of Parse which resulted in the 'address of array pParse->writeMask will always evaluate to true' warning.
2023-01-23Switch to using -pthread instead of -lpthread in buildfilesKaren Arutyunov1-1/+3
2023-01-23Upgrade to 3.39.4Karen Arutyunov2-10904/+18383
2021-11-02Upgrade to 3.35.5Karen Arutyunov3-3/+234250
2021-06-10Release version 3.27.2+2v3.27.2+2Karen Arutyunov1-0/+4
Raise maximum number of attached databases from 10 to 125 Canonicalize license in package manifests Normalize C comments in tests
2020-01-29Release version 3.27.2+1v3.27.2+1Karen Arutyunov1-4/+3
Enable zlib usage Stop using cc.poptions variable as it now come after c.poptions
2019-10-07Suppress '_ReadWriteBarrier is deprecated' warning issued by Clang on WindowsKaren Arutyunov1-1/+5
2019-08-01Upgrade to 3.27.2Karen Arutyunov1-14/+28
2019-03-11Release version 3.18.2+7v3.18.2Karen Arutyunov4-0/+104
Place libsqlite3 and sqlite3 packages into single repository.