Alex Davis
Alex Davis
Thanks - from the webpage/reviewing Turbodbc documentation I didn't see a place where I could call/configure this. Would this be called from `turbodbc.make_options` or `turbodbc.connect`?
Does returning the this violate the Principal of Least Surprise - running a query in SSMS such as ``` select 1 create table #tmptbl(val int) ``` or flipped ``` create...
Ok, thank you. We will make sure to keep this in mind when building our queries to interact with Python/Turbodbc.
Did anyone look into why that behavior is occurring? I see the same issues as well with 2.8.1 and python 3.11