We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to use
$entity->position="ST_GeomFromText(POINT(39.31171 16.86186), 4326)"; $entity->save();
but I get this error SQLSTATE[22003]: Numeric value out of range: 1416 Cannot get geometry object from data you send to the GEOMETRY field
SQLSTATE[22003]: Numeric value out of range: 1416 Cannot get geometry object from data you send to the GEOMETRY field
no problem if I use $db->exec() method with INSERT or UPDATEquery. Suggestions? It's not really possible to use sql mapper?
$db->exec()
INSERT
UPDATE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to use
but I get this error
SQLSTATE[22003]: Numeric value out of range: 1416 Cannot get geometry object from data you send to the GEOMETRY field
no problem if I use
$db->exec()
method withINSERT
orUPDATE
query.Suggestions? It's not really possible to use sql mapper?
The text was updated successfully, but these errors were encountered: