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

Better support for vairous data manipulation like PostGIS #443

Open
hrach opened this issue Aug 3, 2020 · 0 comments
Open

Better support for vairous data manipulation like PostGIS #443

hrach opened this issue Aug 3, 2020 · 0 comments

Comments

@hrach
Copy link
Member

hrach commented Aug 3, 2020

Required:

  • function to retrieve data SELECT ST_AsText(my_column)
  • update using standard text UPDATE ... SET my_column = 'POLYLINE(...)'

Current workarounds:

  • select: specify select manually
  • update: use property wrapper formatting rawValue as a text
@hrach hrach added the feature label Aug 3, 2020
@hrach hrach removed the feature label Oct 1, 2024
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

No branches or pull requests

1 participant