i just wanted to clarify since i realized that
the 'columns' in my example was rather ambiguous.

On Jan 10, 2006, at 5:19 PM, [EMAIL PROTECTED] wrote:
engine = create_engine('...')
c = engine.ischema.columns
c.select(c.c.table_name=='foo')

what i mean here is that 'c' is the *Table*
information_schema.columns. therefore 'c.c'
refers to the columns of this table.
the implementation would use minor property
magic to do the tbl = gen_tbl.toengine(engine)
work that is done explicitly in reflecttable.

d



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to