Thanks.

For this bit of code, I just need the column names.  We ran into an 
edge-case during some new tests where instead of having one of a 
read-through cache object (a dogpile managed dict!) a hot SqlAlchemy object 
got used.  This bit of code just cleans up and reformats some column data 
for the public API.  it's basically for a glorified JSON encoder.

There's some other - more complex - code that uses the inspect and class 
mapper.... but here I just need an efficient way of grabbing the table's 
column names.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to