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
In MySQL 5.6, I have data Point(13.5 -16) and parser returns
Point(13.5 -16)
array( 'type' => 'POINT', 'value' => array('7.2911220195564E-304', '2.3494737397567E-310'), 'srid' => null )
The text was updated successfully, but these errors were encountered:
Can you do a SELECT ST_AsWKB(column) FROM table for the value and provide the output?
SELECT ST_AsWKB(column) FROM table
Sorry, something went wrong.
@jhkchan what processor are you seeing this with? A big endian platform would explain it. PR #9 will resolve this issue.
I rolled back and used older version. So will test new version again later. Thx!
The changes are now in version 2.2.0. Test when you have a chance and provide the results. Thanks!
djlambert
No branches or pull requests
In MySQL 5.6, I have data
Point(13.5 -16)
and parser returnsThe text was updated successfully, but these errors were encountered: