How can I prevent aliases fro appearing in the query?
I have hit a MySQL bug that is related to a very biq SQL query string
being sent and I am trying to shorten it.
I might need an alias on one of the columns, though.

The query is created originally by ORM query.compile() and then I
create a UNION selection using union() of a couple of those.


TIA
Moshe

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