#16455: Postgis 2.0 Compatibility
---------------------------------------+-----------------------------
Reporter: ckarrie | Owner: jbronn
Type: New feature | Status: assigned
Milestone: 1.4 | Component: GIS
Version: 1.3-beta | Severity: Normal
Resolution: | Keywords: postgis 2.0
Triage Stage: Accepted | Has patch: 1
Needs documentation: 1 | Needs tests: 1
Patch needs improvement: 1 | Easy pickings: 0
UI/UX: 0 |
---------------------------------------+-----------------------------
Changes (by ckarrie):
* needs_better_patch: 0 => 1
* needs_docs: 0 => 1
Comment:
Strange. I just re-run syncdb on a fresh database and discovered following
problem:
{{{
Installing index for ogna.Project model
Failed to install index for ogna.Project model: cursor already closed
Installing index for ogna.Order model
Failed to install index for ogna.Order model: cursor already closed
Installing index for ogna.SinglePoint model
Failed to install index for ogna.SinglePoint model: cursor already closed
Installing index for ogna.Vektordata model
Failed to install index for ogna.Vektordata model: cursor already closed
Installing index for ogna.Connection_conds model
Failed to install index for ogna.Connection_conds model: cursor already
closed
Installing index for ogna.Connection_points model
Failed to install index for ogna.Connection_points model: cursor already
closed
Installing index for ogna.Connection model
Failed to install index for ogna.Connection model: cursor already closed
Installing index for ogna.Observation model
Failed to install index for ogna.Observation model: cursor already closed
Installing index for ogna.Device model
Failed to install index for ogna.Device model: cursor already closed
Installing index for ogna.ObservationClass model
Failed to install index for ogna.ObservationClass model: cursor already
closed
Installing index for ogna.PointClass model
Failed to install index for ogna.PointClass model: cursor already closed
Installing index for ogna.Rasterdata model
Failed to install index for ogna.Rasterdata model: cursor already closed
Installing index for ogna.DeviceSensor model
Failed to install index for ogna.DeviceSensor model: cursor already closed
}}}
So here is my updated patch for [16722]. It's quite hard-coded. Maybe
somebody have a better solution ;-)
--
Ticket URL: <https://code.djangoproject.com/ticket/16455#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.