Skip to content

HHH-18966 update user guide mysql spatial function support#9507

Merged
beikov merged 1 commit intohibernate:mainfrom
songhaechan:HHH-18966
Dec 27, 2024
Merged

HHH-18966 update user guide mysql spatial function support#9507
beikov merged 1 commit intohibernate:mainfrom
songhaechan:HHH-18966

Conversation

@songhaechan
Copy link
Copy Markdown
Contributor

@songhaechan songhaechan commented Dec 27, 2024

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

@songhaechan
Copy link
Copy Markdown
Contributor Author

songhaechan commented Dec 27, 2024

@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.
Additionally, InnoDB has now improved GIS support and provides geometry types, which led to the deprecation of MySQLSpatial56Dialect, and it has been removed from the documentation. And I updated MySQL document link.
Thank you!

@beikov beikov merged commit e63f598 into hibernate:main Dec 27, 2024
@beikov
Copy link
Copy Markdown
Member

beikov commented Dec 27, 2024

Thanks for the PR

@songhaechan
Copy link
Copy Markdown
Contributor Author

songhaechan commented Mar 11, 2025

@beikov
I'm not sure why, but it looks like my PR hasn't been reflected on the official documentation site.
Do I need to submit an additional PR to build the documentation, or is this handled automatically? If I need to build the documentation myself, could you guide me on the correct process?
Thanks for helping out a newbie! 😊

@beikov
Copy link
Copy Markdown
Member

beikov commented Mar 11, 2025

Your PR was merged in the main branch, which is currently for ORM 7.0. As soon as the next release of ORM 7.0 is published, you will see the changes in the current documentation.

To view the nightly documentation, see https://ci.hibernate.org/view/ORM/job/hibernate-orm-main-nightly-docs/doclinks/3/

@songhaechan
Copy link
Copy Markdown
Contributor Author

Got it! Thanks for the clarification and for pointing me to the nightly docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants