Re: [sqlalchemy] Re: Order by in select doesn't seem to work

2012-01-09 Thread Gaƫtan de Menten
On Tue, Dec 27, 2011 at 16:42, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 27, 2011, at 10:37 AM, VDK wrote: Michael, I simplified my code just for test purposes. I'm now working with only two columns, without order_by clause, commented a few other lines with order by. I'm sure

Re: [sqlalchemy] Re: Order by in select doesn't seem to work

2011-12-27 Thread Michael Bayer
On Dec 27, 2011, at 10:37 AM, VDK wrote: Michael, I simplified my code just for test purposes. I'm now working with only two columns, without order_by clause, commented a few other lines with order by. I'm sure there is no order_by left in my code. I run the script with echo set to debug.

[sqlalchemy] Re: Order by in select doesn't seem to work

2011-12-27 Thread VDK
Michael, I simplified my code just for test purposes. I'm now working with only two columns, without order_by clause, commented a few other lines with order by. I'm sure there is no order_by left in my code. I run the script with echo set to debug. The result:

[sqlalchemy] Re: Order by in select doesn't seem to work

2011-12-25 Thread VDK
With echo=True, the following sql statements are reported: INFO:sqlalchemy.engine.base.Engine.0x...9890:select version() INFO:sqlalchemy.engine.base.Engine.0x...9890:{} 2011-12-25 21:08:58,796 INFO sqlalchemy.engine.base.Engine.0x...9890 select version() 2011-12-25 21:08:58,797 INFO

Re: [sqlalchemy] Re: Order by in select doesn't seem to work

2011-12-25 Thread Michael Bayer
On Dec 25, 2011, at 3:19 PM, VDK wrote: With echo=True, the following sql statements are reported: INFO:sqlalchemy.engine.base.Engine.0x...9890:select version() INFO:sqlalchemy.engine.base.Engine.0x...9890:{} 2011-12-25 21:08:58,796 INFO sqlalchemy.engine.base.Engine.0x...9890 select