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
since we have it as required by default in the main appwrite repo, its marked as so. although it doesnt need to be like so and we can implement the same logic as we do for createAttribute. so shifting the issue to the main Repo, and subsequent update will be made to sdk after
👟 Reproduction steps
When I attempt to update a numeric attribute (int or float) using
Databases.updateIntAttribute()
orDatabases.updateFloatAttribute()
:👍 Expected behavior
I should be able to set the
min
andmax
values tonull
to let Appwrite choose the default values for me.👎 Actual Behavior
I actually need to pass in a non-null value.
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Linux
🧱 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: