Roundup Tracker - Issues

Message8223

Author rouilj
Recipients rouilj, schlatterbeck
Date 2024-12-09.15:47:09
Message-id <1733759229.14.0.122783591745.issue2551376@roundup.psfhosted.org>
In-reply-to
Hi Ralf:

> Do you have a postgres backend?
> This may be a backend-specific error we do not catch.

I do not. It's sqlite, which is more ... shall we say forgiving on typing issues.

Since you can reproduce with the current development, it's reasonable to think
its related to a postgres backend with psycopg2. IIRC there were some changes to the
exception structure in psycopg2.

InvalidTextRepresentation is a subtype of DataError:

 https://www.psycopg.org/docs/errors.html
History
Date User Action Args
2024-12-09 15:47:09rouiljsetmessageid: <1733759229.14.0.122783591745.issue2551376@roundup.psfhosted.org>
2024-12-09 15:47:09rouiljsetrecipients: + rouilj, schlatterbeck
2024-12-09 15:47:09rouiljlinkissue2551376 messages
2024-12-09 15:47:09rouiljcreate