⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

SHAPE field (geometry in mysql) prevents editing of other fields



Michele

Michele
  • profile picture
  • Member

Posted 03 April 2020 - 10:12 AM

Hello,

 

It is normal that the presence of a field with binary data 'SHAPE' (coded as geometry in mysql) prevents the normal functionality of Grocery Enterprise?
In my code I have tried all the 'unset' functions for the SHAPE column. In particular, using 'unsetColumns' for the 'SHAPE' field it is possible to see all the records but the 'modify' button freezes the Grocery system. In the context of my application I would like insert / modify the non geometry  fields of the table with Grocery, while the insertion of the geometries is made in another place.

 

Thank you