You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Unfortunately, I don't have enough free time these days to add such a feature. But I'll be happy to accept a Pull Request if you want to implement this!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
feature request mainly for support of location searches:
SELECT id, ( 3959 * acos( cos( radians(40) ) * cos( radians( latitude ) ) * cos( radians( longitude ) - radians(-83) ) + sin( radians(40) ) * sin( radians( latitude ) ) ) ) AS distance FROM location HAVING distance < 100 ORDER BY distance LIMIT 0 , 20;
Thanks!
The text was updated successfully, but these errors were encountered: