Hello

i am using sqlalchemy

and to trace the query i use metadata.bind.echo = True

but the o/p is very strange it gives the catalog queries.

like
INFO:sqlalchemy.engine.base.Engine.0x..4c:
          SELECT attname FROM pg_attribute
          WHERE attrelid = (
             SELECT indexrelid FROM pg_index i
             WHERE i.indrelid = %(table)s
             AND i.indisprimary = 't')
          ORDER BY attnum

n there r number of such query which hides the real query executed.

Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to