Matt Gapp
Matt Gapp
> This is a Bug in `iodbc`. It is with the implementation of `SQLDrivers`. In this case the pointer to the buffer passed to `SQLDrivers` did not as commended by...
@sunilmallya are you still running into that error? I'm experiencing the same error.
This is blocking for us as I know no workaround that doesn't involve forking one or more crates that conflict. With this example repo: https://github.com/matthewgapp/rust-lang-issue-10801), you'll be able to reproduce...
Did some digging on this. I *think* the answer is no, because, based on my preliminary research, `SpanTraces` don't contain event information because `spans` don't embed `events` within the physical...
@davidfig would you mind checking out @WillYuum's PR? This is blocking our upgrade to pixi v8. Thank you!
I have this same issue. @m1guelpf by chance, what sha did you reference when you switched to main? Code gen via the CLI on the latest main seems to be...
Somewhat related. I created a [PR](https://github.com/duckdb/duckdb-rs/pull/407) to support scalar UDFs based on patterns from this PR.
I just created a PR for this https://github.com/duckdb/duckdb-rs/pull/407