[sqlalchemy] Possible bug with views

2015-05-05 Thread Brecht Machiels
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

Re: [sqlalchemy] Possible bug with views

2015-05-05 Thread Mike Bayer
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