On Apr 13, 2007, at 3:43 PM, vkuznet wrote:

>
> Hi,
> I added to my query the limit and offset (using ORACLE). To my
> surprise results ARE varying if I'll print my select or not before
> executing query. What I mean is the following
>
> sel = select (....)
> #print sel
> sel.execute()
>
> so, if I will not print my select, I'll get *smaller* number of
> results wrt if I'll uncomment my print statement.
> As I said this behaviour only appears if I add limit/offset to my
> select query using ORACLE. The query is quite complex, but here is
> what I see when I enable print statement:

this is a bug and is fixed in r2498.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [EMAIL PROTECTED]
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