Il 01/11/2011 19.37, tres.bai...@gmail.com ha scritto:
Sorry for the repost, if it does in fact repost.

I'm no SQLAlchemy expert, but I have used the Table and Column attribute 
objects from the model object to solve a similar problem in the past.  You can 
use the following syntax to do it:

[col.name for col in Country.__table__.columns._all_cols]

Thank you very much! This is exactly what I was looking for! Thanks!
Gabriele
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to