summaryrefslogtreecommitdiff
path: root/test/src/sqlite-tests.el
AgeCommit message (Expand)Author
2026-05-02; Add a test for sqlite-closeChris Roberts
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-10* test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning.Andrea Corallo
2024-06-06Add 'sqlite-execute-batch' commandJavier Olaechea
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-20Fix loading SQLite extensionsEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-07* test/src/sqlite-tests.el (sqlite-version): Declare.Mattias Engdegård
2022-11-25Add sqlite library version string retrieval function (bug#58766)Mattias Engdegård
2022-10-10Add a test for sqlite "insert ... returning"Lars Ingebrigtsen
2022-04-28Allow inserting and selecting binary blobs from sqliteLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-20Silence byte-compiler warnings from absent optional featuresMattias Engdegård
2021-12-16Skip extension tests on hosts without the functionLars Ingebrigtsen
2021-12-14Only allow SQLite extensions from an allowlistLars Ingebrigtsen
2021-12-12Fix some compilation warnings in sqlite-less buildsdick r. chiang
2021-12-11Fix Fsqlite_finalize book-keepingLars Ingebrigtsen
2021-12-11Fix some sqlite doc string typosLars Ingebrigtsen
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen