Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flight SQL prepared statements and parameterized queries #5387

Open
jstirnaman opened this issue Mar 25, 2024 · 1 comment
Open

Flight SQL prepared statements and parameterized queries #5387

jstirnaman opened this issue Mar 25, 2024 · 1 comment
Labels
API InfluxDB v3 InfluxDB v3.0 (platforms using IOx)

Comments

@jstirnaman
Copy link
Contributor

jstirnaman commented Mar 25, 2024

This feature isn't yet complete. See https://github.com/influxdata/influxdb_iox/pull/10251/files#diff-e0cdaab404f239ec66e06ce90f980a67634c20de0aa6d30167657f5270ecffc0R480 for status and code comments for documentation.

Flight SQL prepared statement with or without bind parameters.

Add a compatibility table for client, version, prepared statement support. See https://github.com/influxdata/influxdb_iox/pull/10251/files/34ed85c7e2dde40dc80e76b7a92ba2d9cf5d4b53#diff-0efeeec5ccf03709eda33e821507d597aeb5833f567b75a4e29f45b647534552R22

@jstirnaman jstirnaman added API InfluxDB v3 InfluxDB v3.0 (platforms using IOx) labels Mar 25, 2024
@jstirnaman
Copy link
Contributor Author

All of the code is merged and ready to go, but FlightSQL parameters won't be "working" until the Arrow client libraries are updated and released. So we're still waiting on that until we can call it ready.
10:34
https://github.com/influxdata/influxdb_iox/issues/6789 epic which tracks all of the various threads for FlightSQL parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API InfluxDB v3 InfluxDB v3.0 (platforms using IOx)
Projects
None yet
Development

No branches or pull requests

1 participant