Re: [sqlalchemy] Re: Possible bug with views

2015-05-05 Thread Mike Bayer
On 5/5/15 1:17 PM, Brecht Machiels wrote: Oops, was a bit too quick there... Here's the echo='debug' output: 2015-05-05 19:16:11,528 INFO sqlalchemy.engine.base.Engine SELECT * FROM group_counts WHERE group_id = 1 2015-05-05 19:16:11,528 INFO sqlalchemy.engine.base.Engine () 2015-05-05 19:1

[sqlalchemy] Re: Possible bug with views

2015-05-05 Thread Brecht Machiels
Oops, was a bit too quick there... Here's the echo='debug' output: 2015-05-05 19:16:11,528 INFO sqlalchemy.engine.base.Engine SELECT * FROM group_counts WHERE group_id = 1 2015-05-05 19:16:11,528 INFO sqlalchemy.engine.base.Engine () 2015-05-05 19:16:11,528 DEBUG sqlalchemy.engine.base.Engine

[sqlalchemy] Re: Possible bug with views

2015-05-05 Thread Brecht Machiels
On Tue, 05 May 2015 18:48:53 +0200, Mike Bayer wrote: 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 w