Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update appender tests to reflect computed columns support
Prior to duckdb/duckdb#14346, the C API did not support appending to tables with computed columns. This would cause panics until #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.
- Loading branch information