]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed "where"/"from" criterion of select() to accept a unicode string
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jun 2007 18:47:28 +0000 (18:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jun 2007 18:47:28 +0000 (18:47 +0000)
commit7cfd3973ce7596091ec8abd1b314811716c8e93d
tree184f23731e7703656c9e8d982fd23401badcf533
parent1af29a42d2007037f5ea790a005d05dded7d43c1
- fixed "where"/"from" criterion of select() to accept a unicode string
in addition to regular string - both convert to text()
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py