Markus Klein
Markus Klein
Changed the `bench_iter` slightly, so it iterates two times, like bench slices. Once to fill the validity vector and remember the offsets, and a second time to copy the values....
Since the original purpose of these benches had been to demonstrate the speedup using an interface exposing slices, they served their purpose by now. Closing this PR.
Several ways to do it. You may want to look at the implementation of the `columns` subcommand of `odbcsv`. `Metadata` connected to cursors can also achieve the same thing.
It's not an ODBC feature (at least that I know of). Have you considered just querying that table?
What I meant is: Have you tried querying that config table you talk about via `SELECT`. The meta information you search does not seem to be part of the ODBC...
Not in scope of odbc-api. Closing issue.
Metadata can be fetched asynchronously. See:
Most of that you can do already. For asynchronously executing something there is already a code example here: Of course you don't execute an insert statement, but a query with...
Nope, you are right. Oversight on my part. You currently have no (good) way to get metadata on the result set using an asynchronous cursor. I'll open an issue for...
Yeah, my mistake. Maybe announced it a tad to early 😅