django1/django/contrib/gis/db/backends/oracle
Anssi Kääriäinen 92d7f541da Fixed #19058 -- Fixed Oracle GIS crash
The problem is the same as in #10888 which was reintroduced when
bulk_insert was added. Thanks to Jani Tiainen for report, patch and
also testing the final patch on Oracle GIS.
2012-11-15 16:08:06 +02:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse. 2010-01-18 21:02:47 +00:00
compiler.py Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +02:00
creation.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
introspection.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
operations.py Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +02:00