@gperrow-SAP
It would be useful have a method to import data from a cvs file with INPUT statement instead parse row by row with INSERT and execute method. I think this could be more efficient in DataBase side for large amount of data.
Just like postgres interface psycopg2 "copy_from"