Hi all,
how can i know the correct name of a table compiled into qry   that SA 
has automatically aliased?

for example:
a join b join c join d..

sqlalchemy has created something like

select blabla
from a AS anon_b406
join.....


when i try to put into an "order by a" 
obviously the qry goes wrong.

invalid reference to FROM-clause entry for table "a"



Thank's
Glauco



-- 
+------------------------------------------------------------+
                                  Glauco Uri - Programmatore
                                    glauco(at)allevatori.com 
                               
  Sfera Carta Software(R)      [EMAIL PROTECTED]
  Via Bazzanese,69  Casalecchio di Reno(BO) - Tel. 051591054 
+------------------------------------------------------------+



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