aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sqlite (follow)
Commit message (Collapse)AuthorAge
* sqlite: make some identifiers more readableEgor Tensin2023-07-11
|
* sqlite: SQL formattingEgor Tensin2023-07-08
|
* test: verify that added runs are in the databaseEgor Tensin2023-07-08
| | | | | And that they're marked as finished. It immediately exposed some concurrency bugs, so some locking has been fixed.
* sqlite: rename a columnEgor Tensin2023-07-04
|
* sqlite: store new runs in SQLiteEgor Tensin2023-07-04
|
* sqlite: add run status fieldEgor Tensin2023-07-04
|
* sqlite: create indicesEgor Tensin2023-04-11
|
* actually create some tables in SQLite databaseEgor Tensin2023-04-11