Re: [sqlalchemy] Postgres Composite Columns

2017-05-02 Thread Zac Goldstein
Ah ok, sorry. I'll give your code a closer look then. On Tuesday, May 2, 2017 at 6:45:23 PM UTC-7, Mike Bayer wrote: > > Well, I just pasted the example from that email I wrote, it still seems > to work, and "typemap" is just a local variable to that example, nothing > is "deprecated" there

Re: [sqlalchemy] Postgres Composite Columns

2017-05-02 Thread Zac Goldstein
Thanks for your response Mike. I submitted an issue to the sqlalchemy-utils github around the time I made my SO post. Mostly though I'm interested in finding a way around using 'typemap', which is what's used in every implementation of composite columns I can find. e.g. the code you have

Re: [sqlalchemy] Postgres Composite Columns

2017-05-02 Thread mike bayer
just a note that I'm not sure there are sqlalchemy-utils people here, you might want to try pinging Konsta via https://github.com/kvesteri/sqlalchemy-utils On 05/02/2017 02:10 PM, Zac Goldstein wrote: Hello, I'm having some difficulty implementing postgres composite columns. I've been