Prabhu Kasinathan

Results 5 comments of Prabhu Kasinathan

We are getting similar error after “Collect Stats” query too. Please help to fix.

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...