We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1d544 commit 5c49b25Copy full SHA for 5c49b25
DuckDB.NET.Bindings/DuckDBWrapperObjects.cs
@@ -113,6 +113,7 @@ internal void SetChildValues(DuckDBValue[] values)
113
114
public T GetValue<T>()
115
{
116
+ return (T)(object)NativeMethods.Value.DuckDBGetInt32(this);
117
var type = typeof(T);
118
var logicalType = NativeMethods.Value.DuckDBGetValueType(this);
119
var duckDBType = NativeMethods.LogicalType.DuckDBGetTypeId(logicalType);
0 commit comments