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
The following code runs fine with (id) VALUES (?) but breaks with (id, anything) VALUES (?, ?). When the lines annotated with @HERE are uncommented, the script breaks
Passing
nil
as a value for an Array(T) column used to work, but is broken in master:To reproduce it locally, I wrote the following script and created a test table.
The following code runs fine with
(id) VALUES (?)
but breaks with(id, anything) VALUES (?, ?)
. When the lines annotated with@HERE
are uncommented, the script breaksExpected behavior: a NULL/default value should be inserted in ClickHouse.
What happens instead:
The text was updated successfully, but these errors were encountered: