]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Aug 2007 21:32:37 +0000 (21:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Aug 2007 21:32:37 +0000 (21:32 +0000)
commit2dde45881b07df9233461c9a19b647f9b7dc816c
treea95a0a5180d233bea1fd150762157ec2aa576420
parenta94f587b6727c71160a88819b21f8ab06f4b89fc
- docs
- added some convenience functions to selects, clauseelements
- fixed distinct()
doc/build/content/ormtutorial.txt
doc/build/content/sqlexpression.txt
lib/sqlalchemy/sql.py
test/sql/select.py