Move sql execution into upload handler's cleanup() method
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 18 Aug 2024 18:11:36 +0000 (13:11 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 18 Aug 2024 18:11:36 +0000 (13:11 -0500)
commita05ab22c099ce215d44a0cae429f59ec9e7bc9e4
treec41bd2f7cb30c97071180f9c5ba0647bdff900c1
parent6a5b0e24f2d1590c140f4d31fa61480a20828e90
Move sql execution into upload handler's cleanup() method

The data line processor is designed to work with lines of data,
and we don't have that.
src/pgwui_sql/views/sql.py