viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

fix: Improve `NumericBone.singleValueFromClient` #1245

Closed sveneberth closed 2 months ago

sveneberth commented 2 months ago

Resolves #1234 (in some ways)

I actually wanted to make it possible to save large values. In the end, however, I found out that this is limited by the datastore. Due to a completely messed up implementation and bad error handling, I didn't recognise this. This PR now improves that.