Opened 15 years ago

Last modified 11 years ago

#12733 new New feature

Added support for Extent aggregate on mysql databases

Reported by: jann.kleen@… Owned by: nobody
Component: GIS Version: 1.1
Severity: Normal Keywords: extent, mysql
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: yes
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

This patch enables the usage of extent aggregates for mysql backends, using MIN/MAX queries.

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To add tests to the patch, then uncheck the "Needs tests" flag on the ticket.
  • To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
  • If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (8)

by jann.kleen@…, 15 years ago

Attachment: extent-patch.diff added

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Spark23, 15 years ago

Needs tests: set
Patch needs improvement: set
Triage Stage: AcceptedUnreviewed

Patch only works for Points, not for Polygons... new patch seems to be working, but needs more testing ... will be coming soon

in reply to:  2 comment:3 by Łukasz Rekucki, 15 years ago

Triage Stage: UnreviewedAccepted

Whatever the solution I guess the ticket itself is still accepted (but not "Ready for checkin").

comment:4 by Matt McClanahan, 14 years ago

Severity: Normal
Type: New feature

comment:5 by Aymeric Augustin, 13 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 13 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Ramiro Morales, 11 years ago

See also #20253 that ask for the same feature for spatialite.

Note: See TracTickets for help on using tickets.
Back to Top