]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- unicode fix for startswith()/endswith() [ticket:296]
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Sep 2006 15:39:59 +0000 (15:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Sep 2006 15:39:59 +0000 (15:39 +0000)
commitf3d72a71871180f6b7ea8f7a09094d9e22aa84fd
treea2e1ee13d8d887bbed94cbaa1865af1fd3bc066d
parent5bcb6e786f0c5848ba01b5115beb9d0d995f2e84
- unicode fix for startswith()/endswith() [ticket:296]
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py