Skip to content

Commit

Permalink
Copy only the not obsolete fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi authored Sep 10, 2023
1 parent 298fff1 commit c7cca70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions DuckDB.NET.Bindings/DuckDBNativeObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ private DuckDBResultStruct ToStruct()
{
return new DuckDBResultStruct()
{
ColumnCount = ColumnCount,
RowCount = RowCount,
RowsChanged = RowsChanged,
columns = columns,
ErrorMessage = ErrorMessage,
internal_data = internal_data
};
}
Expand Down

0 comments on commit c7cca70

Please sign in to comment.