geom geometry(Point, 4326)
geom geometry
--
You received this message because you are subscribed to the Google Groups "elixir-ecto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-ecto...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This is probably a Postgrex question. If I want to have multiple Encoders and Formatters do I just pass them in as an array?
On Tue, Jan 27, 2015 at 1:10 PM, José Valim <jose....@plataformatec.com.br> wrote:
This is probably a Postgrex question. If I want to have multiple Encoders and Formatters do I just pass them in as an array?No, you would have to provide one final function. That's one of the issues with the current mechanism and why we are moving to extensions.