I've just downloaded and played with SQLAlchemy, and I must say I
quite like it. I've always enjoyed using plain SQL, and SA lets me do
that while integrating nicely with Python. Great work!

But I was a bit disappointed when I found that I couldn't access a
view as a table (using autoload). The application I currently work on
is based on Oracle and uses views heavily. The good news is that it
uses a lot of materialized views, which do work with SA, but it would
still be really nice if SA could treat SQL views as normal tables,
just as the DBMS does. It is also common to use synonyms quite heavily
on Oracle, but SA unfortunately doesn't seem to understand those
either.

Are there are any plans for adding support for this soon?


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to