vogelsgesang commented on issue #178:
URL: 
https://github.com/apache/arrow-flight-sql-postgresql/issues/178#issuecomment-1848397977

   Thanks for the path! With this, the line
   
   ```
          cur.execute("SELECT 42;")
   ```
   
   now works as expected.
   
   However, error handling seems to be brittle. The following still hangs:
   
   ```
          cur.execute("SELECT 1/0;")
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to