diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-08-09 22:11:40 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-08-09 22:11:40 +0000 |
commit | f0d2e599b60317fc27f64f0abe7d2af65fba7e7b (patch) | |
tree | b5133f1cffbbf90e299669c1e21544b90aacf674 /lib/sqlalchemy/sql/compiler.py | |
parent | 00d247edcc89ae7620d75112cd9183138db7ebe7 (diff) | |
download | sqlalchemy-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