Incorrect handling of NULL
values in query results using Drizzle and Xata
#1314
Labels
bug
Something isn't working
NULL
values in query results using Drizzle and Xata
#1314
Describe the bug
The problem occurs when performing a select query on a table that contains columns with NULL values using
@xata.io/drizzle
. When I use other drivers with drizzle, for example,pg
everything works out.To Reproduce
Results in an output where
NULL
values are incorrectly replaced with empty strings.Expected behavior
The expected behavior is that the query should return
NULL
values.Software version
@xata.io/client: "^0.28.3",
@xata.io/drizzle: "^0.0.14"
The text was updated successfully, but these errors were encountered: