Actions
Improvement #2803
closedChange casting to integer for postgresql to avoid invalid input syntax errors
Start date:
01/10/2025
Due date:
01/10/2025
% Done:
100%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
Postgresql cannot cast a float value to integer as mysql or sqlite is able to do. The formula for casting to integer needs to be modified as already done in #2797.
Updated by liaham 3 months ago
- Related to Testing #2797: [PostgreSQL]: Invalid input syntax for type integer in redmine_computable_custom_field added
Actions