summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-08-09 22:11:40 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-08-09 22:11:40 +0000
commitf0d2e599b60317fc27f64f0abe7d2af65fba7e7b (patch)
treeb5133f1cffbbf90e299669c1e21544b90aacf674 /lib/sqlalchemy/sql/compiler.py
parent00d247edcc89ae7620d75112cd9183138db7ebe7 (diff)
downloadsqlalchemy-f0d2e599b60317fc27f64f0abe7d2af65fba7e7b.tar.gz
- PG: somewhat better support for % signs in table/column names;
psycopg2 can't handle a bind parameter name of %(foobar)s however and SQLA doesn't want to add overhead just to treat that one non-existent use case. [ticket:1279] - MySQL: somewhat better support for % signs in table/column names; MySQLdb can't handle % signs in SQL when executemany() is used, and SQLA doesn't want to add overhead just to treat that one non-existent use case. [ticket:1279]
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions