On 5/5/15 11:24 AM, Brecht Machiels wrote:
Hello,

I'm running into a problem with a database view. Please see the attached script for a minimal example that reproduces the problem. The code and the comments should make clear what I want to achieve.

I expect the two queries at the end of the script to return the same result, but they don't.

Is this a bug, or am I just not understanding what is going on?

not sure. Try running your program with echo='debug' on your create_engine(), which will illustrate the SQL statements as well as the raw results coming back from each. If those don't match, then that's the problem.


Thanks,
Brecht


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

Reply via email to