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
Databases.UpdateStringAttribute and others such as email, ip, url etc - the xdefault parameter could be null but the parameter it expects is non nullable. Also, for things like updating an "integer" attribute, the min, max and default are all non nullable, and its not possible to pass null into these at all.
👍 Expected behavior
Should accept nullable values for default
👎 Actual Behavior
Deson't accept nullable values
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Windows
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
👟 Reproduction steps
Databases.UpdateStringAttribute and others such as email, ip, url etc - the
xdefault
parameter could be null but the parameter it expects is non nullable. Also, for things like updating an "integer" attribute, the min, max and default are all non nullable, and its not possible to pass null into these at all.👍 Expected behavior
Should accept nullable values for default
👎 Actual Behavior
Deson't accept nullable values
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Windows
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: