You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I'm selfhosting this software I'm just going to patch the never date with a date like 01-01-9999 that makes sense in python as a workaround. Any idea on how to deal with these kind of errors as a user more generally when using db-to-sqlite? Is there any way to handle errors?
The text was updated successfully, but these errors were encountered:
I'm trying to back up a postgres db to sqlite, but running in to this issue:
ValueError: year 275760 is out of range
This database has a expires_at which is set to 'never', which in this has it just set very far into the future so far that Python cannot deal with it:
Since I'm selfhosting this software I'm just going to patch the never date with a date like 01-01-9999 that makes sense in python as a workaround. Any idea on how to deal with these kind of errors as a user more generally when using db-to-sqlite? Is there any way to handle errors?
The text was updated successfully, but these errors were encountered: