Hello all,
I need some help/ tips.
This is may be perhaps partially off tipic but still it is related to Alchemy.
The issue is in the subject line

when I do eng = create_engine(connection_statement) I do get the engine in eng but when I do con = eng.connect I don't get any selection list when i just do eng. and even after pressing tab nothing comes so I have to write it by hand.
Same is for the connection object con.
if I wish the execute method I have to completely write con.execute(querystring)
meaning I don't get auto completion here as well.
same is with the fetchall() with results.
Can some one give a tip as to why this might be the case with few modules in sqlalchemy and not all of them?
Happy hacking.
Krishnakant.

--
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 https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to