Open jaboyc opened 1 year ago
When I attempt to update a numeric attribute (int or float) using Databases.updateIntAttribute() or Databases.updateFloatAttribute():
Databases.updateIntAttribute()
Databases.updateFloatAttribute()
I should be able to set the min and max values to null to let Appwrite choose the default values for me.
min
max
null
I actually need to pass in a non-null value.
Version 0.10.x
Linux
No response
👟 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?