IceS2

Results 24 comments of IceS2

It seems I can't Oo... Any idea why? ``` $ ulimit -c unlimited $ python test_turbodbc_pyarrow.py [1] 26933 segmentation fault (core dumped) python test_turbodbc_pyarrow.py $ gdb python core GNU gdb...

@MathMagique, @xhochy, Sorry for the delayed answer. Wasn't near my computer past weekend! So, I've run the code again setting `prefer_unicode=False` and the result was the same: `[1] 23037 segmentation...

Hey @dirkjonker, I've just tested using the Microsoft ODBC driver you mentioned. The result was the same `[1] 3542 segmentation fault (core dumped)` The version of the packages you asked...

@xhochy, I'm actually running Arch Linux! Do you think it'd be fixed as well by building pyarrow from source? I could try that as soon as I get some "me...

Hey @xhochy, Sorry for the late answer. I had to work on other stuff first. I'm back at turbodbc, but after I upgraded pyarrow to 0.8.0, I was getting an...

Hey folks, I'm not sure I should ask this here, but I've been having an issue when caching the Tokens... At every single Query I'm prompted with the Web URL......

Alright, found out that reusing the same cursor it actually doesn't prompt for new authentication. I thought it'd make sense to have that behavior when reusing the connection, no? Thoughts?...

Thanks for the answer @mdesmet and sorry for Hijacking the thread! I'll create some boilerplate code, add the context information and create a new issue soon!!

I was looking a bit into Jupyterhub documentation because I ran into the same issue. So far I just disabled the Auto Sync so I can just sync whenever I...

Why would the secret keep changing if I pass a dummy value for it to get it from instead of being generated every time? I think it's actually different from...