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
Postgres only gives us nullability information when we directly select from a table. It might be way too complicated for this project, but it would be nice if we could do better null inference than Postgres. There should probably be some syntax for asserting that result columns are not null, too.
The text was updated successfully, but these errors were encountered:
Postgres only gives us nullability information when we directly select from a table. It might be way too complicated for this project, but it would be nice if we could do better null inference than Postgres. There should probably be some syntax for asserting that result columns are not null, too.
The text was updated successfully, but these errors were encountered: