Prabhu Kasinathan
Results
5
comments of
Prabhu Kasinathan
We are getting similar error after “Collect Stats” query too. Please help to fix.
Any updates on this issue?
Fixed the issue. Turned off auto commit for Teradata dialect on line `https://github.com/catherinedevlin/ipython-sql/blob/master/src/sql/run.py#L279`. Just replace below code ``` # mssql has autocommit if 'mssql' not in str(conn.dialect): conn.session.execute('commit') ``` by...