The apocalypse due to casting i64 timestamp to sql Integer(i32) #84
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In file
server\crates\arbiter-server\src\db\models.rswe have a custom sql typeSqliteTimestampthat mimics sql'sInteger.If we continue to use this type as a timestamp, it will overflow at 2038.