Swoorup Joshi
Swoorup Joshi
Great to hear. I do recall having issues with pool, than changing it to queued few months ago, but didn't note what caused the issue, since it was intermittent.
@gooroo-dev review
Fixes or partially fixes the following: - https://github.com/duckdb/duckdb-rs/issues/211 - https://github.com/duckdb/duckdb-rs/issues/188 - https://github.com/duckdb/duckdb-rs/issues/81
Union feature is blocked by a suitable release i.e which includes the fix https://github.com/duckdb/duckdb/pull/11326 https://github.com/duckdb/duckdb-rs/pull/336
**NOTICE**: I have abandoned this work. Anyone is welcome to take over and integrate bits and pieces they may find useful.
Sounds like a problem on https://github.com/duckdb/duckdb
Yep breaking for me as well.
Apologies, my example was bad (Fixed it). Yeah currently just need one field generic parameter to be mutated to a different type.
I encounter this often when writing event sourcing apps, i.e I want to process an event and perhaps convert it to a different type but retain the metadata information. ```rust...
Not quite sure since we use the naga oil syntax. It seems you can choose only certain bind group entries in the current module. And also possibly override certain entries...