Skip to content

Commit 25c85a0

Browse files
committed
Add note about not all Geo types being supported by the server
1 parent f75909c commit 25c85a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ remember to use TEXT column for your JSON field.
116116
\*\*\*\*\* Encoding/decoding between `Geo.*` structs and the OpenGIS WKB binary format is
117117
done using the [Geo](https://github.com/bryanjos/geo) package. If you're using MyXQL geometry
118118
types with Ecto and need to for example accept a WKT format as user input, consider implementing an
119-
[custom Ecto type](https://hexdocs.pm/ecto/Ecto.Type.html).
119+
[custom Ecto type](https://hexdocs.pm/ecto/Ecto.Type.html). Note, some structs like `%Geo.PointZ{}`
120+
does not have equivalent on the MySQL server side and thus shouldn't be used.
120121

121122
## JSON support
122123

0 commit comments

Comments
 (0)