| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
This allows use to avoid duplication of default values in the codebase
and obviously also facilitates changing these without having to
re-compile.
|
| |
|
|
|
|
| |
selection file
|
|
|
|
|
|
| |
Otherwise, SQLite tries to “coerce” types into fitting in the “preferred”
type of the table. Now SQLite actually refuses to accept a type
mismatch.
|
| |
|
|
|
|
|
|
| |
Sqlx supports turning an option to a NULL insertion, but trying to
insert a string, containing "NULL", will result in this literal string
being written to the database.
|
|
|
|
|
|
| |
These URLs should be checked *before* they are written to the database,
thus being unable to decode them after they've been read from the
database is an application bug and not a user input issue.
|
|
|
|
|
| |
All freshly added videos have a priority of 0. To ensure that they are
still ordered, also sort by `publish_date`.
|
| |
|
|
This repository was migrated out of my nixos-config.
|