stefanofontanelli / ColanderAlchemy

ColanderAlchemy helps you autogenerating Colander schemas based on SQLAlchemy mapped objects.
Other
65 stars 32 forks source link

Support postgresql.ARRAY #91

Open tsauerwein opened 8 years ago

tsauerwein commented 8 years ago

This PR adds support for the type postgresql.ARRAY. Once SQLAlchemy 1.1.0 is released, the more generic type Array can be used.

Feedback is welcome because I am not 100% confident with the change.