[sqlalchemy] Postgrsql Array of CIDR and return type as String

2016-02-03 Thread Peter Hudec
Hi, I have found, that sqlalcheny should convert poctgresql ARRAY fri LIST. This works fine with the TEXT. See example in some other post http://stackoverflow.com/questions/20699196/python-list-to-postgresql-array (, "['new', 'updated', 'values']") If I change the column type to CIDR ARRAY

Re: [sqlalchemy] Postgrsql Array of CIDR and return type as String

2016-02-03 Thread Mike Bayer
On 02/03/2016 05:36 AM, Peter Hudec wrote: Hi, I have found, that sqlalcheny should convert poctgresql ARRAY fri LIST. This works fine with the TEXT. See example in some other post http://stackoverflow.com/questions/20699196/python-list-to-postgresql-array |(,"['new', 'updated',