Made OracleSpatialAdapter clone geometries rather than mutate them.

This commit is contained in:
Tim Graham 2020-10-21 20:20:26 -04:00 committed by Mariusz Felisiak
parent 49ece89702
commit 7734337bcb
6 changed files with 44 additions and 13 deletions

View file

@ -488,6 +488,11 @@ backends.
* Support for PostGIS 2.2 is removed.
* The Oracle backend now clones polygons (and geometry collections containing
polygons) before reorienting them and saving them to the database. They are
no longer mutated in place. You might notice this if you use the polygons
after a model is saved.
Dropped support for PostgreSQL 9.5
----------------------------------