Page MenuHomePhabricator

Forbid null precision and globe on coordinates
Closed, ResolvedPublic

Description

The precision of the coordinate datatype is not allowed to be null. In order to achieve it, this first step will disallow setting the precision to null in the future.

The community using the API needs to be informed in time before deployment.

The next steps will be to fix all current values with a null precision, and then to change the actual datavalue or datatype.


Version: unspecified
Severity: normal

Details

Reference
bz53796

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:53 AM
bzimport set Reference to bz53796.
bzimport added a subscriber: Unknown Object (MLST).

The same is true for the globe, which also should not be allowed to be NULL when adding new values.

Change 87545 had a related patch set uploaded by Aude:
(bug 53796) Add numeric validation for globe precision

https://gerrit.wikimedia.org/r/87545

Change 87545 merged by Jeroen De Dauw:
(bug 53796) Add numeric validation for globe precision

https://gerrit.wikimedia.org/r/87545