Throw invalid column count errors where the insert statement is executed
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 02:02:08 +0000 (21:02 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 02:02:08 +0000 (21:02 -0500)
commit70fd005a54ce38c81679b0a3464841a18992824a
tree955e99c4579777513ead65a0a70d6028879d6a75
parent69e5c7316e15c9056971304891e57ac6e0b55b15
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/views/upload.py