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

URI type does not allow NULL value to be set. #1156

Closed
silentninja opened this issue Mar 10, 2022 · 0 comments · Fixed by #1157
Closed

URI type does not allow NULL value to be set. #1156

silentninja opened this issue Mar 10, 2022 · 0 comments · Fixed by #1157
Assignees
Labels
type: bug Something isn't working work: backend Related to Python, Django, and simple SQL

Comments

@silentninja
Copy link
Contributor

Description

A column with the URI type does not allow null value to be set after creation even though the column nullable option is enabled

Expected behaviour

Allow setting a null value to a nullable URI type column without throwing up an error

To Reproduce

  1. Create a new column with the type URI.
  2. Try setting a null value to the column by creating a new row and not entering any data.
  3. New row does not get created due to an error with URI type not accepting a null value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working work: backend Related to Python, Django, and simple SQL
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants