]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
further order_by: order_by() with no arguments should not affect the current order_b...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Apr 2006 17:49:41 +0000 (17:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Apr 2006 17:49:41 +0000 (17:49 +0000)
commit82104a5d0dd3a1b428298dde98354821115c7c0f
tree70782caa4184086e02c54212a73e915fe0f81d13
parent7e7407a03ec0b9ce888e3cc4db92fb2ba868a47b
further order_by:  order_by() with no arguments should not affect the current order_by clause (same with group_by)
lib/sqlalchemy/sql.py