aboutsummaryrefslogtreecommitdiff
path: root/qlite/src/database.vala
Commit message (Collapse)AuthorAgeFilesLines
* Show unencryptable/untrusted OMEMO warnings also in MUCsfiaxh2020-06-051-1/+1
| | | | fixes #857
* Fix+optimize contact-to-avatar storage and loadingfiaxh2020-03-101-1/+1
|
* Use transaction for database migrationMarvin W2019-12-171-0/+10
|
* add support for fts tables to qlitebobufa2018-08-131-0/+5
|
* small fixesfiaxh2017-11-011-1/+1
|
* Fix warningsfiaxh2017-10-311-1/+1
|
* Move DatabaseError handling into Qlitefiaxh2017-10-311-35/+20
|
* qlite: add upsert supportMarvin W2017-08-271-1/+6
|
* qlite/libdino: optimize db accessMarvin W2017-04-261-1/+4
|
* qlite: cleanup, fix nullity issuesMarvin W2017-04-181-3/+3
|
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-2/+2
|
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on ↵Marvin W2017-03-121-8/+12
| | | | version upgrade
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-1/+0
|
* Initial commitfiaxh2017-03-021-0/+152