Open joshdpocock opened 6 years ago
No, this does not support geometry fields.
Thank you for your reply, I found a workaround by converting sql geometry fields to varchar fields with WKT geometry and then converting them to GEOSGeometry Objects. It's working well and I'm very pleased with django-pyodbc-azure.
I'm unable to migrate any model which has a Django built in geometry field (e.g. Point, Polygon etc). I keep getting the error 'AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type''.
Does django-pyodbc-azure support geometry data?