On Sunday 09 September 2007 23:30:20 Michael Bayer wrote:
> sorry, as_scalar() in 0.4.  in 0.3, correlate() is not generative
> (i.e. modifies the parent select(), returns None), so thats your
> problem (call correlate() beforehand).
yeah that's it. thanks.

now back to that argument, months ago: 
 - how to make same code work with generative and non-generative api?
now i need to do:

sel = select(...)
xx = sel.correlate(..)
if not _v03: sel = xx
...use-the-sel...

this now is just one place, big deal. But in some wider usage...
Anyway, food for thought... and/or documentation.

svilen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to