Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nullable annotation to member declaration #2

Open
jkalias opened this issue Jul 16, 2023 · 0 comments
Open

Add nullable annotation to member declaration #2

jkalias opened this issue Jul 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jkalias
Copy link
Owner

jkalias commented Jul 16, 2023

Currently all members are assumed non-nullable, i.e. that they always have a value.
However this is not always true in realistic database applications.

The goal of this issue is, to enable all types to be nullable.

@jkalias jkalias added the enhancement New feature or request label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant