Currently we use DECIMAL(18, 6) datatype for float, currency and percent. But in the system settings we provide a configuration to change the precision up to 9 digits. This obviously does not work because we do not store 9 digit precision in database. Fixed by changing the decimal datatype scale. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| database.py | ||
| framework_postgres.sql | ||
| schema.py | ||
| setup_db.py | ||