[sqlalchemy] Re: How to get SA column object from table.col, declarative attribute, or elixir entity attribute

2009-10-07 Thread Randy Syring
Can anyone give me an idea of what I need to do here? If I can just get a high level overview of what I need to do, I am happy to read the documentation and source to fill in the details. Thanks. On Oct 1, 1:56 pm, Randy Syring ra...@rcs-comp.com wrote: Mike, Thank you for the prompt reply:

[sqlalchemy] Re: How to get SA column object from table.col, declarative attribute, or elixir entity attribute

2009-10-01 Thread Michael Bayer
Randy Syring wrote: I am trying to write a datagrid library for sqlalchemy which will allow easy generation of tables from SA objects. I would like the datagrid to be able to accept a table column, declarative attribute, or elixir entity attribute interchangeably. Since I am building the