Skip to content
New issue

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/Edit page #17079

Closed
williamdes opened this issue Aug 14, 2021 · 2 comments
Closed

Missing spatial functions in Insert/Edit page #17079

williamdes opened this issue Aug 14, 2021 · 2 comments
Assignees
Labels
Bug A problem or regression with an existing feature ui Issues relating to the user interface
Projects
Milestone

Comments

@williamdes
Copy link
Member

Describe the bug

Missing spatial functions in Insert page

To Reproduce

Steps to reproduce the behavior:

  1. Go to a table
  2. Go to Insert
  3. Check the select

Expected behavior

Have spatial functions

Server configuration

  • phpMyAdmin version: 5.1

Additional context

Found here: #17074 (comment)

@williamdes williamdes added Bug A problem or regression with an existing feature ui Issues relating to the user interface labels Aug 14, 2021
@williamdes williamdes added this to the 5.1.2 milestone Aug 14, 2021
@williamdes williamdes added this to Needs triage in issues via automation Aug 14, 2021
@williamdes williamdes moved this from Needs triage to ready to merge in issues Aug 14, 2021
@williamdes williamdes changed the title Missing spatial functions in Insert page Missing spatial functions in Insert/Edit page Aug 14, 2021
@williamdes williamdes self-assigned this Aug 14, 2021
williamdes added a commit that referenced this issue Aug 14, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit that referenced this issue Aug 14, 2021
Extracted from pull-request #17074 by myself (@williamdes).

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
@MoonE
Copy link
Contributor

MoonE commented Aug 14, 2021

I'm not sure this is a separate issue from #17018 as the spatial functions cannot be used without the other changes in #17074

issues automation moved this from ready to merge to Closed Aug 14, 2021
@williamdes
Copy link
Member Author

I'm not sure this is a separate issue from #17018 as the spatial functions cannot be used without the other changes in #17074

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));

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature ui Issues relating to the user interface
Projects
issues
  
Closed
Development

No branches or pull requests

2 participants