Exception / Segfault then inserting a column with all NULL value
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 Would you be able to produce a stacktrace?
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.