You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a typed nil (of *duckdb.UUID) which gave me: database/sql/driver: could not append row: cast error: cannot cast *duckdb.UUID to duckdb.UUID: column index: 47
So, what's the correct way to insert nulls using appender?
The text was updated successfully, but these errors were encountered:
disq
changed the title
Appending a NULL in UUID column panics
Appending a NULL in UUID[] column panics
May 16, 2024
I thought with #193 for nulls we'd have to use untyped
nil
s for NULL values, doing so doesn't seem to work foruuid[]
columns.I tried a typed
nil
(of*duckdb.UUID
) which gave me:database/sql/driver: could not append row: cast error: cannot cast *duckdb.UUID to duckdb.UUID: column index: 47
So, what's the correct way to insert nulls using appender?
The text was updated successfully, but these errors were encountered: