-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
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
MySQL 8.0 support: prefix AsBinary and GeomFromText with "ST_" #196
base: master
Are you sure you want to change the base?
Conversation
3 similar comments
It seems the automated tests are broken, but not due to this PR |
Minor bump on this? |
That would be great if it could be merged indeed, as Mysql 8.0 is getting used more and more by the community. |
Ubuntu 20.04 is out with MySQL 8, so that would be a good occasion to release a version supporting that. |
Anyone here that can give it a try and test the lib ? |
Yesterday I only prefixed the two function calls with 'ST_' to get rid of the SQL error in my application. That works fine and fixes the error. |
I've tested this patch on mariadb 10.3 and mysql 8.0 and it's good (if that's of any help :-P). @spackmat how did you do that? |
I don't remember exactly, but I think I patched the lines containing 'ST_' manually. But I cannot find that in my code. A week later was the moment, I migrated to MariaDB 10.3 and the problem was gone. |
Yeah it seems fine in MariaDB. Maybe I should just give up on MySQL. :) For now I'm using this patch (via a Composer repository). |
After switch to new computer with mysql 8.0.22 I got problems with missing AsBinary function, I just prefixed ST_ in lib\CrEOF\Spatial\DBAL\Platform\mysql.php for this function and this fixed it. I made same change in older PC where is 5.6.45 and there it was working as well. I would like to get this fix merged. |
The |
Thank you, I will switch to this as well for now.
st 13. 1. 2021 v 0:18 odesílatel Sam Wilson <[email protected]>
napsal:
… The alexandret/doctrine2-spatial fork includes this; I've switched to
that until this is fixed here.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKBHAWEMUJNN46K7QVNZMMDSZTKDNANCNFSM4GKTH5IA>
.
|
No description provided.