kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

Can I get multiple sql command's output #197

Open xixinasa opened 4 years ago

xixinasa commented 4 years ago

When I execute query_file method, if this file contains multiple sql commands like, select from table1; select from table2; I can only get the first sql command's output. can I get all command's output?