This is the test case I've been working on today.  

    https://gist.github.com/jvanasco/9be1f528526e496fc751

The target sql looks crappy, because it's just an example.  

the various issues have been:

* if i can build a query without an Exception:
** I duplicate the query within a subqueries
** I build it in a way that I don't have addressable columns (for 
sorting/joins/etc)

* if i raise an exception (more often), it's because I'm not able to turn a 
union/cte into the correct type of object (which has addressable columns, 
etc)

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to