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? 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
Missing spatial functions in Insert page
Steps to reproduce the behavior:
Have spatial functions
Found here: #17074 (comment)
The text was updated successfully, but these errors were encountered:
Add a ChangeLog entry for #17079
c2091aa
Signed-off-by: William Desportes <williamdes@wdes.fr>
Fix testGetAllFunctions test after #17079
bf18dd5
Extracted from pull-request #17074 by myself (@williamdes). Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
I'm not sure this is a separate issue from #17018 as the spatial functions cannot be used without the other changes in #17074
Sorry, something went wrong.
14cd12c
Kind of and also from a code perspective :) And on MariaDB I am able to use the function
INSERT INTO `gis_all` (`name`, `shape`) VALUES ('', ST_GeomFromText('POINT(0 0)',0));
williamdes
No branches or pull requests
Describe the bug
Missing spatial functions in Insert page
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Have spatial functions
Server configuration
Additional context
Found here: #17074 (comment)
The text was updated successfully, but these errors were encountered: