Merge pull request #17476 from pokemaobr/point
FIXES #17474 - Fixing geometry bug when clicking in edit or copy in browse link
This commit is contained in:
commit
0430df156f
@ -990,7 +990,7 @@ class Util
|
||||
) {
|
||||
// do not build a too big condition
|
||||
if (mb_strlen((string) $row) < 5000) {
|
||||
$condition .= '=0x' . bin2hex((string) $row) . ' AND';
|
||||
$condition .= '= CAST(0x' . bin2hex((string) $row) . ' AS BINARY)';
|
||||
} else {
|
||||
$condition = '';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user