turbodbc icon indicating copy to clipboard operation
turbodbc copied to clipboard

Exception / Segfault then inserting a column with all NULL value

Open pacman82 opened this issue 5 years ago • 2 comments

Trying to insert a table which contained a column with only NULL values caused turbodbc to report a casting error (most likely because it left the python type as object).

Trying to insert it via arrow instead of numpy caused a segmentation fault.

pacman82 avatar Feb 13 '20 14:02 pacman82

@pacman82 Would you be able to produce a stacktrace?

xhochy avatar Mar 03 '20 14:03 xhochy

I think I would be. Even better, I know that the numpy case is due to a missing template specialization. The thing is that right now I've no time to work on this. The associated Bug in our backlog just got closed, due to more pressing issues. It might be that due to an illness of a colleague I might be blocked from working on the pressing issues and in this case I might spend my time just as well fixing this Bug, but that's of course something I don't hope for.

pacman82 avatar Mar 05 '20 23:03 pacman82