database
database copied to clipboard
Fix: Float precision
Float values stored in the SQL database are missing decimal points - looks like it's precise up to 4 decimal points.
- [ ] Fix issue with floats
- [x] Implement new tests
Related issues:
- https://github.com/appwrite/appwrite/issues/3730
TDD - NICE!
Closing for now, will pull the tests into the fix when it's made