-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[CAPI] Expose ErrorData #17722
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
[CAPI] Expose ErrorData #17722
Conversation
Thanks for working on this @taniabogatsch! For the sake of consistency, will you also deprecate |
@Giorgi - yes, eventually that's the plan. |
I don't think (?) the CI failures are related - they are all five the same build failure looking like this: https://github.com/duckdb/duckdb/actions/runs/15390337643/job/43298119166?pr=17722#step:3:7949
|
I'll take a look at the httpfs thing |
fyi, PR up for CI here #17755 |
Thanks! |
[CAPI] Expose ErrorData (duckdb/duckdb#17722) Rename decorator from test_nulls to null_test_parameters (duckdb/duckdb#17760) re-add httpfs apply_patches (duckdb/duckdb#17755) Deprecate windows-2019 runners (duckdb/duckdb#17745)
[CAPI] Expose ErrorData (duckdb/duckdb#17722) Rename decorator from test_nulls to null_test_parameters (duckdb/duckdb#17760) re-add httpfs apply_patches (duckdb/duckdb#17755) Deprecate windows-2019 runners (duckdb/duckdb#17745) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
New C API functionality:
The PR also includes some tidying up of the C API (helper) functions.