Open grantfitzsimmons opened 8 months ago
This issue has been mentioned on Specify Community Forum. There might be relevant details there:
https://discourse.specifysoftware.org/t/issues-with-dates-and-timestamps-in-specify-7-query/1538/2
Can recreate in edge (7.9.6)
Causing issues when building reports as well as indicating false precision in exports (see https://discourse.specifysoftware.org/t/ireport-and-jaspersoft-studio-useful-expressions/384/3?u=grant)
This issue has been mentioned on Specify Community Forum. There might be relevant details there:
https://discourse.specifysoftware.org/t/ireport-and-jaspersoft-studio-useful-expressions/384/4
Describe the bug
In the database, Specify stores the dates as 1/1/YYYY when only the year is known and indicated to Specify 6 that the 1s should be ignored based on the DateFieldPrecision value (for precise dates). Specify 7 has not had this logic implemented, therefore you are seeing the issue you described:
To Reproduce Steps to reproduce the behavior:
1
instead of nothingExpected behavior It should show no number, not
1
.Reported By @nielsklazenga on the Speciforum