Turns out that a lot of things changed in MySQL 5.7. NHibernate.Spatial simply does not support the new geometry type system. I have created a conceptual fix and will hopefully get this into the repo in the form of a new MySQL dialect (MySQL57SpatialDialect) and out on NuGet fairly quick. For more info see this issue: https://github.com/nhibernate/NHibernate.Spatial/issues/44
On Monday, April 25, 2016 at 2:23:31 PM UTC+2, Andreas Ravnestad wrote: > > Hi, > > See this question on SO: > http://stackoverflow.com/questions/36830256/nhibernate-spatial-mysql-null-geometries-and-no-persister-for-geoapi-geometri > > Is there anyone here who can help me figure this out? The query issued to > MySQL seems to be correct, however the value of the geometry is not applied > to the property on the model. > > Thanks, > Andreas > -- You received this message because you are subscribed to the Google Groups "nhusers" 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 https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
