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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
{com.alibaba.druid.filter.stat.StatFilter:148}-merge sql error, dbType postgresql, sql : select gid, kind, mapid, poi_id, telephone, admincode, x, y, zipcode, name, address, street, number,geom from public.v_poi order by public.v_poi.geom <-> st_point(?,?) limit 1
developer environment:spring4.2.5.RELEASE mybatis3.3.1 druid1.1.1 redis3.0.5; redis is used for cache; but both result and cache are correct :)
The text was updated successfully, but these errors were encountered:
I try to repleace '<->' to 'st_distance' then console doesn't show any error , druid probably unsupported '<->'
Sorry, something went wrong.
improved postgresql parser. for issue #1841
814cb1f
问题修复,请用新版本 https://github.com/alibaba/druid/releases/tag/1.1.2
No branches or pull requests
{com.alibaba.druid.filter.stat.StatFilter:148}-merge sql error, dbType postgresql,
sql : select gid, kind, mapid, poi_id, telephone, admincode, x, y, zipcode, name, address, street, number,geom from public.v_poi order by public.v_poi.geom <-> st_point(?,?) limit 1
developer environment:spring4.2.5.RELEASE mybatis3.3.1 druid1.1.1 redis3.0.5;
redis is used for cache;
but both result and cache are correct :)
The text was updated successfully, but these errors were encountered: