paleolimbot commented on issue #1397: URL: https://github.com/apache/arrow-adbc/issues/1397#issuecomment-1867846281
I think my preference for this specific issue would be: - Implement a `adbc_statement_bind_by_name()` generic + helper in adbcdrivermanager with implementation in adbcsqlite and duckdb. - Implement dbitest in the driver package's tests so that they run on our CI. This would mean each driver package can choose the context/tweaks it needs, which it sounds like would include the ability to not generate queries with named parameters. Alternatively, you could continue to hard-code the string you need in whatever format you need it until the C driver API can provide that information. You would only need it for SQLite, Postgres, Snowflake, and DuckDB. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
