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:
coalescewith a literal, non-null value is generating a| nulltype #197number | null, should be justnumber#191Array spread and pickunexpected type when usingselect from values#313