shiori/internal
Andriy Kushnir 0246e10dff
feat: improve performance for sqlite queries (#425)
* [sqlite] Added has_content column and relevant migration

* Fix typo in docstring

* [sqlite] Fetch content for bookmarks separately

* [sqlite] Store has_content alongside with bookmark

* [sqlite] Rename variable to distinguish it from main query

* [sqlite] Use by-reference instead of no-op copy

* [sqlite] Reduce queries count from ≈30 to 1 to fetch tags

* Lint fixes

* Make minor logging improvements

* Wrap entire migration in transaction block

* Added «down» migration

* Drop workaround for old SQLite versions
2022-08-08 20:52:33 +02:00
..
cmd feat: sqlite migrations (#398) 2022-03-26 08:33:57 +01:00
core fix: url modification when query param is empty (#411) 2022-03-27 21:01:39 +02:00
database feat: improve performance for sqlite queries (#425) 2022-08-08 20:52:33 +02:00
model Make SQLite database compatible with old version 2019-08-22 14:27:38 +07:00
view feat: session expire time from backend (#437) 2022-07-23 11:32:53 +02:00
webserver feat: improve performance for sqlite queries (#425) 2022-08-08 20:52:33 +02:00
assets.go replace assets generation with embed (#423) 2022-05-26 19:36:23 +02:00