[Sqlalchemy-tickets] Issue #3566: figure out how to support all of PG's bizarro SETOF, RECORD, etc
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2015-10-26 14:42:23
|
New issue 3566: figure out how to support all of PG's bizarro SETOF, RECORD, etc. types w/ emphasis on JSON fucntions https://bitbucket.org/zzzeek/sqlalchemy/issues/3566/figure-out-how-to-support-all-of-pgs Mike Bayer: that is, all the functions in http://www.postgresql.org/docs/9.4/static/functions-json.html need to be possible without building subclasses of functions. |