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
This is a meta issue to track all type inference issues occurring inside the PostgreSQL engine.
At this stage we can't solve them inside pgTyped without building a more powerful SQL parser.
Ideally they should be fixed inside PostgreSQL.
This is a meta issue to track all type inference issues occurring inside the PostgreSQL engine.
At this stage we can't solve them inside pgTyped without building a more powerful SQL parser.
Ideally they should be fixed inside PostgreSQL.
Issues:
coalesce
with a literal, non-null value is generating a| null
type #197number | null
, should be justnumber
#191Array spread and pick
unexpected type when usingselect from values
#313The text was updated successfully, but these errors were encountered: