-
Notifications
You must be signed in to change notification settings - Fork 67
Geometry types #88
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
Merged
Merged
Geometry types #88
Changes from 10 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
d0771b8
wip
wojtekmach 293b8b4
Encode some geometry types
wojtekmach 753ce82
Use geo library
wojtekmach e3a698f
Improve test
wojtekmach 55e0902
chore: add elixir_ls to gitignore
jeroenbourgois 615ec79
chore: add more Geo types
jeroenbourgois 7057c76
chore: add Polygon to the tests
jeroenbourgois cdface2
chore: update readme with a Geometry section
jeroenbourgois 2afd2a5
chore: add some comments for the Geo section in the code
jeroenbourgois 9827b7f
chore: update readme
jeroenbourgois 9b237c1
Update README.md
wojtekmach 48d55a6
Update values.ex
wojtekmach c1da9ad
chore: remove editor related ignore entry in the .gitignore file
jeroenbourgois e1dcaab
chore: check for db server geo support to run appropriate tests
jeroenbourgois db7e56e
chore: add more geom tests
jeroenbourgois 68ad9a9
Merge branch 'wm-geometry' of github.com:jackjoe/myxql into wm-geometry
jeroenbourgois 611773e
chore: fix some geo tests
jeroenbourgois fa32849
chore: for geometrycollection only test text for now
jeroenbourgois cee851c
Update README.md
wojtekmach f7b0245
chore: remove unsupported geo types
jeroenbourgois 33c72c9
Merge branch 'wm-geometry' of github.com:jackjoe/myxql into wm-geometry
jeroenbourgois 08fbf54
chore: make the geom encoding more obvious by adding the srid sequence
jeroenbourgois 520569b
chore: add missing encoding for geometrycollection
jeroenbourgois db78cd6
chore: remove tests for unsupported geo types
jeroenbourgois 45e551a
chore: fix geometrycollection test
jeroenbourgois f0d591b
Update values.ex
wojtekmach 2c80785
chore: update mariaex compatibility text, removing the unsupported geo
jeroenbourgois 953df7a
chore: try to exclude geom on mariadb
jeroenbourgois f9ed8dd
chore: remove debug statements
jeroenbourgois 6a9a113
chore: testing
jeroenbourgois a71d2e2
chore: revert logging
jeroenbourgois dd9ede5
Decode SRID
wojtekmach 659513d
Simply test setup
wojtekmach 4d2e8a4
Update supports_geometry? check
wojtekmach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ myxql-*.tar | |
/errmsg-utf8.txt | ||
/xref_graph.* | ||
/config | ||
.elixir_ls | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.