Chris Nuernberger

Results 167 comments of Chris Nuernberger

I did not work for me. The kernel stayed busy and didn't report anything else.

Yes perhaps - will Check it out

Good point. Booleans will convert to 1,0 when read as a number but the docs are wrong.

Where did you find this?

The REPL is disconnected because the process crashes - double free in C is often a crash-level bug leading immediately to segfaults. The connection still works because [it has a...

I think it isn't fixable at the lowest level as dt-ffi pointers are immutable - but I think perhaps the opendb and open-connection pathways could return java.lang.AutoCloseable objects that could...

Sounds great - here are a quick time savers for when you get back. There is a [protocol used to get the actual pointer](https://cnuernber.github.io/dtype-next/tech.v3.datatype.ffi.html#var-PToPointer) from the object passed in -...

Yes I haven't verified this but the duckdb insert operation should be independent of the dataset column order. Seems odd. What exactly is the error?

The work around for this is to use a prepared statement - this may take a moment to fix as it doesn't appear that duckdb exposes tableinfo from the connection...

Well what I want is for things to just work so creating two namespaces and moving existing code to the 48-and-previous namespace and creating new code for the 49 namespace...