Re: [sqlalchemy] window functions marked deferred

2013-03-10 Thread Julien Cigar
On 03/08/2013 18:09, Michael Bayer wrote: On Mar 8, 2013, at 5:31 AM, Julien Cigar jci...@ulb.ac.be wrote: Hello, Shouldn't SQLAlchemy emit (at least) a warning when a window function is mapped with an orm.column_property(), marked deferred=True, and accessed without

Re: [sqlalchemy] window functions marked deferred

2013-03-08 Thread Michael Bayer
On Mar 8, 2013, at 5:31 AM, Julien Cigar jci...@ulb.ac.be wrote: Hello, Shouldn't SQLAlchemy emit (at least) a warning when a window function is mapped with an orm.column_property(), marked deferred=True, and accessed without query.options(orm.undefer()) context (.. or maybe it's the

[sqlalchemy] window functions

2010-07-29 Thread ellonweb
Hi, just wondering if there's support for window functions, or if there's any plans to add this yet? Thanks -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalch...@googlegroups.com. To unsubscribe from this

Re: [sqlalchemy] window functions

2010-07-29 Thread Michael Bayer
it is a TODO as ticket #1844. You can implement with the compiler extension for now. On Jul 29, 2010, at 2:22 PM, ellonweb wrote: Hi, just wondering if there's support for window functions, or if there's any plans to add this yet? Thanks -- You received this message because you are