bug: Postgres cannot yet reliably handle null
typed columns
#10622
Labels
bug
Incorrect behavior inside of ibis
null
typed columns
#10622
What happened?
I am trying to insert into this PostgreSQL table
the following instance of a Python dataclass
However, I get the following error:
I am not sure about its meaning, seems that Ibis does not support the insertion of NULL values even in columns of Postgres tables that allow NULL values... is it?
What version of ibis are you using?
9.5.0
What backend(s) are you using, if any?
PostgreSQL 13.5
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: