JCoder01
JCoder01
Sure, there isn't much to it though. A little bit of added information is that this happens as part of an Arrow Flight server, so I'm not sure if the...
Originally, I had `use_async_io=True` in the connection_options. If I remove that, then the seg faults go away. I'll try and do some testing of turbodbc outside the flight server, however...
Yes, things run fine outside of flight so it is related to the interaction between the 2 libraries. I'm at a bit of a loss how to further troubleshoot though.
yes, everything in `/usr/local/flight_server.py` is my code. `_turbodbc` is a method there - ``` def _turbodbc(self, connection_string, query, params): from turbodbc import connect, make_options from turbodbc.exceptions import DatabaseError connected =...
Piling on here. I'm seeing the same thing. Seems to maybe be related Datasets? ``` [2022-09-29T09:55:10.909-0400] {manager.py:420} ERROR - Add View Menu Error: (psycopg2.errors.NotNullViolation) null value in column "id" of...