aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/sqlite-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-07-10* test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning.Andrea Corallo1-0/+1
2024-06-06Add 'sqlite-execute-batch' commandJavier Olaechea1-0/+26
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-05-20Fix loading SQLite extensionsEli Zaretskii1-9/+14
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-10Resurrect changes omitted by a recent merge from emacs-29 (bug#59921)Eli Zaretskii1-0/+1
2022-12-07* test/src/sqlite-tests.el (sqlite-version): Declare.Mattias Engdegård1-0/+1
2022-11-25Add sqlite library version string retrieval function (bug#58766)Mattias Engdegård1-0/+1
2022-10-10Add a test for sqlite "insert ... returning"Lars Ingebrigtsen1-0/+13
2022-04-28Allow inserting and selecting binary blobs from sqliteLars Ingebrigtsen1-0/+25
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-20Silence byte-compiler warnings from absent optional featuresMattias Engdegård1-0/+1
2021-12-16Skip extension tests on hosts without the functionLars Ingebrigtsen1-0/+1
2021-12-14Only allow SQLite extensions from an allowlistLars Ingebrigtsen1-0/+32
2021-12-12Fix some compilation warnings in sqlite-less buildsdick r. chiang1-0/+10
2021-12-11Fix Fsqlite_finalize book-keepingLars Ingebrigtsen1-1/+3
2021-12-11Fix some sqlite doc string typosLars Ingebrigtsen1-2/+0
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen1-0/+175