You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/store
Lincoln Nogueira c8961ad489
fix: database is locked (#1992)
* fix: database is locked

The option "_journal_mode=WAL" is currently *not* being applied when
provided in the DSN.

This issue affects only new memos installations, not older ones where
the database journal was properly set to WAL mode by the previous sqlite
library go-sqlite3.

modernc.org/sqlite DSN parsing is different from go-sqlite3. It requires
the `_pragma=` prefix and even some options order matter.

https://gitlab.com/cznic/sqlite/-/issues/115

Closes #1985

* chore: upgraded notes on sqlite DSN
2 years ago
..
db fix: database is locked (#1992) 2 years ago
activity.go chore: update common utils (#1908) 2 years ago
cache.go refactor: migrate definition to api v1 (#1879) 2 years ago
common.go refactor: migrate storage to apiv1 (#1890) 2 years ago
idp.go chore: update common utils (#1908) 2 years ago
memo.go refactor: migrate memo to apiv1 (#1907) 2 years ago
memo_organizer.go chore: update common utils (#1908) 2 years ago
memo_relation.go chore: update common utils (#1908) 2 years ago
memo_resource.go chore: update common utils (#1908) 2 years ago
resource.go chore: remove resource public id (#1912) 2 years ago
shortcut.go refactor: migrate memo to apiv1 (#1907) 2 years ago
storage.go refactor: migrate memo to apiv1 (#1907) 2 years ago
store.go feat: add support for auto backup db file (#1950) 2 years ago
system_setting.go refactor: migrate memo to apiv1 (#1907) 2 years ago
tag.go refactor: migrate memo to apiv1 (#1907) 2 years ago
user.go chore: update common utils (#1908) 2 years ago
user_setting.go refactor: migrate memo to apiv1 (#1907) 2 years ago