Skip to content

Commit 5c49b25

Browse files
committed
Temporary workaround for failing tests
1 parent 6f1d544 commit 5c49b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DuckDB.NET.Bindings/DuckDBWrapperObjects.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ internal void SetChildValues(DuckDBValue[] values)
113113

114114
public T GetValue<T>()
115115
{
116+
return (T)(object)NativeMethods.Value.DuckDBGetInt32(this);
116117
var type = typeof(T);
117118
var logicalType = NativeMethods.Value.DuckDBGetValueType(this);
118119
var duckDBType = NativeMethods.LogicalType.DuckDBGetTypeId(logicalType);

0 commit comments

Comments
 (0)