- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
The database schema uses decimal (15,5) as type to store the measument numbers. Incorrect user entries are not fully validated to match this. It seems the measurement fields are validated as :
This is not correct, as it still allows f.e. 12 numbers or 6 decimals to be entered. Saving this will raise a PDOException: SQLSTATE[22003]: Numeric value out of range: 1264.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.