On Jan 7, 2013, at 10:06 AM, Hans Lellelid wrote: > Thanks for the response. I am actually trying to do an ARRAY(INET) here, and > while pscopg2 does have a register_inet() it does not seem to (fully?) work > with arrays. The return casting works fine, but I get type "is of type > inet[] but expression is of type text[]" when trying to bind.
i think you need to do this through psycopg2 channels and if their inet() type isn't working the same as their uuid() type you might want to email their list. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
