summaryrefslogtreecommitdiff
path: root/libpurple/purplesqlite3.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some api for handling SQLite3 migrationsGary Kramlich2022-10-101-0/+205
Also port the SqliteHistoryAdapter to the new api. Testing Done: Ran the unit tests under valgrind and checked out code coverage which is really just missing error handling I can't test. Bugs closed: PIDGIN-17695 Reviewed at https://reviews.imfreedom.org/r/1906/