Throw invalid column count errors where the insert statement is executed
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 01:56:10 +0000 (20:56 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 01:56:10 +0000 (20:56 -0500)
commit146d9de9520fc0da66309ca724782e4b6028a2cd
tree195ba59a90f0aaadb393a4730f9c303b4e27d271
parentac75aaf539ea47cde30caf8ccd66343f92d25593
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_upload_core/views/upload.py