]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add dummy column to appease older SQLite verisons in unicode.py
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Feb 2008 21:47:42 +0000 (21:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Feb 2008 21:47:42 +0000 (21:47 +0000)
commitbb1dd85dcc123a60ab5fdc0d3a61641703d91948
tree55c7eeae006a127a79fd7af8088c7934bb653019
parent0de289921c4d52798248cfacbacc04ccad12cec9
- add dummy column to appease older SQLite verisons in unicode.py
- add test "escape_literal_column" comiler method to start addressing literal '%' character
lib/sqlalchemy/sql/compiler.py
test/sql/unicode.py