summaryrefslogtreecommitdiff
path: root/test/src/sqlite-tests.el
AgeCommit message (Expand)Author
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