-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
There should be a setting to force non-nullability of all parameters, and make nullability possibly opt in with the ?
suffix. I don't really see the use case of nullability, but it has bit me in the back a few times so far because i forget to att the !
suffix.
Hi, thanks!
Unfortunately, Postgres doesn't provide nullability information on parameter types, so we have to assume all parameters to be nullable by default.
This is not entirely true. We can also just assume they are not nullable. It would be less wrong imo. If you are not sure if something is nullable, better not assume it is.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working