On Feb 22, 2011, at 8:30 AM, bool wrote: > > select(t) where t is an object of MyTable is giving this error. What > is the solution...
also, I recommend upgrading to a modern release of SQLAlchemy. The above usage produces this error: sqlalchemy.exc.ArgumentError: columns argument to select() must be a Python list or other iterable that is, select([t]). See http://www.sqlalchemy.org/docs/core/tutorial.html#selecting . -- 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.
