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

fix: appender crash #296

Merged
merged 3 commits into from
Apr 23, 2024
Merged

fix: appender crash #296

merged 3 commits into from
Apr 23, 2024

Conversation

Mause
Copy link
Member

@Mause Mause commented Apr 22, 2024

Fixes #287

@Maxxen Maxxen merged commit d613139 into duckdb:main Apr 23, 2024
4 checks passed
andrewhamon added a commit to andrewhamon/duckdb-rs that referenced this pull request Nov 27, 2024
Prior to duckdb/duckdb#14346, the C API did not
support appending to tables with computed columns.

This would cause panics until
duckdb#296, where a test was
introduced asserting that an append to a table with computed columns
returns an error value.

Now that appending to is supported, update the test to reflect that.
andrewhamon added a commit to andrewhamon/duckdb-rs that referenced this pull request Nov 27, 2024
Prior to duckdb/duckdb#14346, the C API did not
support appending to tables with computed columns.

This would cause panics until
duckdb#296, where a test was
introduced asserting that an append to a table with computed columns
returns an error value.

Now that appending to is supported, update the test to reflect that.
andrewhamon added a commit to andrewhamon/duckdb-rs that referenced this pull request Nov 27, 2024
Prior to duckdb/duckdb#14346, the C API did not
support appending to tables with computed columns.

This would cause panics until
duckdb#296, where a test was
introduced asserting that an append to a table with computed columns
returns an error value.

Now that appending to is supported, update the test to reflect that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault when using appender with Generated Columns
2 participants