Skip to content
#

mariadb

Here are 1,560 public repositories matching this topic...

shucon
shucon commented Aug 30, 2020

Describe the bug

Editing Geometry data using GUI is not working.

The error is due to the fact that the Query generated is UPDATE `gis_all` SET `shape` = ST_PointFromText(\'POINT(66 54)\',0) WHERE `gis_all`.`name` = 'POINT' but it should be UPDATE `gis_all` SET `shape` = ST_PointFromText('POINT(66 54)',0) WHERE `gis_all`.`name` = 'POINT' which works fine when edited and execut

drewlsvern
drewlsvern commented Jul 8, 2020

I'm generating C# classes from the T4 templates. The classes are generated without errors but some back references are assigned random guids as opposed to the related table name. Is this by design? If so, why and can it be changed to reflect the correct table name property?

var result = Db.TblAccounts.LoadWith(x => x._30F767840CF546D08AC8552E413F4488)
                                   
Sequel-Ace

Improve this page

Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.