atuin/atuin-server/src
Ellie Huxtable 24e2971787
Fix SQL cache query (#318)
I just deployed the older version and it was falling back on the full
count. Turns out this is because it won't upcast from INT4 to INT8
automatically, and it has to be manual

At some point the underlying total should be changed to int8, but also I
highly doubt anyone will have enough shell history to fill an int4 lol
2022-04-21 09:19:54 +01:00
..
handlers Use the count cache (#312) 2022-04-21 08:03:39 +01:00
auth.rs Use cargo workspaces (#37) 2021-04-20 20:53:07 +00:00
calendar.rs Initial implementation of calendar API (#298) 2022-04-13 18:29:18 +01:00
database.rs Fix SQL cache query (#318) 2022-04-21 09:19:54 +01:00
lib.rs Initial implementation of calendar API (#298) 2022-04-13 18:29:18 +01:00
models.rs goodbye warp, hello axum (#296) 2022-04-12 23:06:19 +01:00
router.rs Initial implementation of calendar API (#298) 2022-04-13 18:29:18 +01:00
settings.rs provide better error messages (#300) 2022-04-13 18:08:49 +01:00