Message 406727 - Python tracker (original) (raw)
Message406727
Author | iafisher |
---|---|
Recipients | erlendaasland, iafisher |
Date | 2021-11-21.16:46:00 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1637513160.43.0.0570339537667.issue45858@roundup.psfhosted.org |
In-reply-to |
Content |
---|
Per discussion at https://discuss.python.org/t/fixing-sqlite-timestamp-converter-to-handle-utc-offsets/, the default converters in SQLite3 have several bugs and are probably not worth continuing to maintain, so I propose deprecating them and removing them in a later version of Python. Since the converters are opt-in, this should not affect most users of SQLite3. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-11-21 16:46:00 | iafisher | set | recipients: + iafisher, erlendaasland |
2021-11-21 16:46:00 | iafisher | set | messageid: 1637513160.43.0.0570339537667.issue45858@roundup.psfhosted.org |
2021-11-21 16:46:00 | iafisher | link | issue45858 messages |
2021-11-21 16:46:00 | iafisher | create |