jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

fix: Use BigInteger for *_time colums

Open ohayak opened this issue 2 months ago • 0 comments

When using Postgres time value as integer dosn't fit in 4 bytes integer which raises psycopg2.errors.NumericValueOutOfRange

References

Code changes

User-facing changes

Backwards-incompatible changes

ohayak avatar Sep 04 '25 19:09 ohayak