Running Sqlalchemy 0.5.8 (can't upgrade right now) with Postgres 8.1.X. A table contains an array column:
users text[] In SQL I would query select ...where 'jim' = ANY(users) How would I query this using the ORM layer? -aj -- 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.
