Throw invalid column count errors where the insert statement is executed
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 02:03:57 +0000 (21:03 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 02:03:57 +0000 (21:03 -0500)
commitd77c2a7a802c6a948d2e10e8eba25eb2ced7ad9e
tree39ed4905b937efa23aa6f4ccd7b9203dfc0a8892
parent083a8778b21ab7d759afbc40d208f53ef2217364
Throw invalid column count errors where the insert statement is executed

Psycopg 3 throws a generic ProgramimgError, so core.py has trouble
reporting the problem.  Perhaps this can be solved by creating a
generic PreparedStmt class at the core level, but this works for
the moment.
src/pgwui_bulk_upload/views/bulk_upload.py