[Sqlalchemy-tickets] Issue #3964: sqltypes.ARRAY does not link to postgresql.ARRAY (?!?!) (zzzeek/s
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2017-04-11 13:56:45
|
New issue 3964: sqltypes.ARRAY does not link to postgresql.ARRAY (?!?!) https://bitbucket.org/zzzeek/sqlalchemy/issues/3964/sqltypesarray-does-not-link-to Michael Bayer: the bind/ result processors of postgresql.ARRAY are not invoked with the sqltypes.ARRAY. I'm not sure how the ARRAY enhancement got committed with an omission like this. |