-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Did anyone ever resolve the GEOMETRY bug and or migration issues from MariaDB to MySQL 8 fully? Or is this a question of somehow identifying every misaligned record fixing it, and moving
We've looked for Nulls, and they aren't there and my reading of this:
#490
I think, seems to direct us to update to the MySQL data type to POLYGON (on create table?) and figure out manually how the polygon is busted and then migrate?
And that sort of leads to this comment but not sure if the feature was implemented.
https://github.com/scholarslab/Neatline/tree/bug/mysql-functions and looking at #292 underneath (unimplemented feature) seems to tell me we have things to do but curious what others have done to make it go properly?
We are running the latest plugin that I am aware of, 2.6.4
Just feel like I missed a post or a step somewhere that would make this all go away... lol (and we have a lot of sites)