HHH-18966 update user guide mysql spatial function support#9507
HHH-18966 update user guide mysql spatial function support#9507beikov merged 1 commit intohibernate:mainfrom
Conversation
|
@beikov I've had to resend the PR due to some issues with the previous one. I would appreciate it if you could review it again. |
|
Thanks for the PR |
|
@beikov |
|
Your PR was merged in the To view the nightly documentation, see https://ci.hibernate.org/view/ORM/job/hibernate-orm-main-nightly-docs/doclinks/3/ |
|
Got it! Thanks for the clarification and for pointing me to the nightly docs. |
This PR updates the documentation to reflect the availability of several MySQL Spatial Functions based on both the official documentation (MySQL Spatial Relation Functions and MySQL Spatial Operator Functions) and personal testing. Specifically, the following functions are confirmed to be available:
ST_Distance
ST_Buffer
ST_ConvexHull
ST_Intersection
ST_Difference
ST_SymDifference
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-18966