We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
stnguyen90
No branches or pull requests
👟 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: