On Sep 11, 2010, at 11:26 PM, Simon Wittber wrote:

> 
> 
> On Sep 12, 12:46 am, Michael Bayer <mike...@zzzcomputing.com> wrote:
>> OK, sure.   beyond that though do queries with the column and such do whats 
>> expected?
>> 
> 
> Just tried this morning, and it works as expected, create / update
> statements work fine. It seems psycopg2 takes care of everything.

So....yeah.   If you want the types to come out in reflection, we would just 
need a patch against lib/sqlalchemy/dialects/postgresql/base.py, and look at 
types like INET, CIDR for guidelines on what they need (which is not much- also 
don't include the "legacy" PGxxx names for these new types ).




> 
> -Sw.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to