Hi, I have updated ticket https://code.djangoproject.com/ticket/21273 with an update class to convert oracle sdo_geometry to wkt. Also attached is sample data covering a number of geometries, a models.py and a short test script.
I'd appreciate a couple of pointers on: 1) How I could convert my current test to a unittest. 2) The best way to integrate this with django - I'm thinking of multi inheritance in django/contrib/gis/db/backends/oracle/operations.py? 3) The best way to load the data to the database (at the moment I'm pasting into SQLPlus). Thanks Vincent -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/01f33d90-abca-4343-a1c5-1e3e84694e92%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
