hi

I'm on a project which uses sqlalchemy to access an Oracle instance.
It *used* to work fine until one day we decided to rename some of the
tables. Suprisingly, sqlalchemy wouldn't be able to query those
renamed tables any more!

The error I get is the cumbersome ORA-00942:  table or view does not
exist. However, when I copy/paste the debug SQL command produced in
sqlalchemy log, it runs fine in Toad! :O

Has anybody had a similar problem?

Cheers

--~--~---------~--~----~------------~-------~--~----~
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