]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed prefixes= argument to select()
authorJason Kirtland <jek@discorporate.us>
Sat, 18 Aug 2007 18:15:11 +0000 (18:15 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 18 Aug 2007 18:15:11 +0000 (18:15 +0000)
commit534cf5fdbd05e2049ab9feceabf3926a5ab6380c
treed14841a65b7fb3c5173aa7ca9653c75f134b6ae8
parent820346549b7e50e927c519c9bc54934e9a440422
- fixed prefixes= argument to select()
- mysql can now generate DISTINCT or ALL for queries, select(..., distinct='ALL')
- documented 'prefixes' arg to select()
- rearranged doc order for select args to mirror that of a generated statement
- went nutty and fixed wrapping and line length on most docstrings in sql.py
CHANGES
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/sql.py
test/dialect/mysql.py