-
Notifications
You must be signed in to change notification settings - Fork 180
Added ST_Distance_Sphere and ST_Distance to mysql #191
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
Conversation
1 similar comment
|
when will this be merged? |
|
Note sure this is still on the radar for @sadortun ... |
well i just added the ST_Distance_Sphere internally as needed it calculate distances for my project. |
|
Any plan to merge this? |
phpunit.xml.dist
Outdated
| <var name="db_type" value="pdo_mysql"/> | ||
| <var name="db_host" value="192.168.99.100" /> | ||
| <var name="db_username" value="root" /> | ||
| <var name="db_password" value="fdklgjhsaljf" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this should be modified 🥲
sadortun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0x6368 looks good except DB credentials that are now set to some random thing.
|
Thanks! |
No description provided.