]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added desc() and asc() directly to CompareMixin
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Aug 2007 21:52:24 +0000 (21:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Aug 2007 21:52:24 +0000 (21:52 +0000)
commit8446b805333f87e80a7680cfc8939d566fb033df
tree25ddfa7fe3a7b5f468b468a4874ce537e62e184f
parent2dde45881b07df9233461c9a19b647f9b7dc816c
- added desc() and asc() directly to CompareMixin
doc/build/content/sqlexpression.txt
lib/sqlalchemy/sql.py
test/sql/select.py