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

Add support for composite types to Appender #191

Open
Giorgi opened this issue May 24, 2024 · 4 comments
Open

Add support for composite types to Appender #191

Giorgi opened this issue May 24, 2024 · 4 comments

Comments

@Giorgi
Copy link
Owner

Giorgi commented May 24, 2024

Add support for writing composite types (List, Array, Struct, etc) with Appender.

@Giorgi
Copy link
Owner Author

Giorgi commented May 28, 2024

Lists and Arrays are now implemented.

@YogiCoder8888
Copy link

I'm using using a RowAppender to bulk insert a 1.5M rows with 2 fields, and Integer and List<double?>.

I get an exception:

An unhandled exception of type 'System.AccessViolationException' occurred in Unknown Module.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

It seems to work fine when I reduce the number of rows to 5000.

@Giorgi
Copy link
Owner Author

Giorgi commented Sep 4, 2024

@YogiCoder8888 Can you open a new issue with more details? Include your code and version of DuckDB.NET

@Giorgi
Copy link
Owner Author

Giorgi commented Nov 26, 2024

@YogiCoder8888 b13117d fixes the crash in appender.

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

No branches or pull requests

2 participants