fehnomenal opened a new pull request #220: URL: https://github.com/apache/ofbiz-framework/pull/220
Improved: Make the latitude and longitude fields of `GeoPoint` numeric Explanation: Before this commit both are stored as strings in the database and at least PostgreSQL does not correctly compare numeric strings. Tthey will be sorted lexically which was not correct with floats. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
