Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Sep 8, 2023
1 parent c63d98f commit 612ec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDB.NET.Bindings/NativeMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static class Query
public static extern DuckDBType DuckDBColumnType([In, Out] DuckDBResult result, long col);

[DllImport(DuckDbLibrary, CallingConvention = CallingConvention.Cdecl, EntryPoint = "duckdb_column_logical_type")]
public static extern DuckDBLogicalType DuckDBColumnLogicalType(DuckDBResult result, long col);
public static extern DuckDBLogicalType DuckDBColumnLogicalType([In, Out] DuckDBResult result, long col);

[DllImport(DuckDbLibrary, CallingConvention = CallingConvention.Cdecl, EntryPoint = "duckdb_column_count")]
public static extern long DuckDBColumnCount([In, Out] DuckDBResult result);
Expand Down

0 comments on commit 612ec53

Please sign in to comment.