Include a runnable Python script that shows the problem. cur = conn.cursor() cur.execute('drop table foo') cur.execute('create table foo (id int, name varchar2(10 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...