| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
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.
|