mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-26 10:53:44 +03:00
99b3c72312
- Raise an exception on incomplete placeholders. - Minor speedups. - Don't change the string in place (??!!) if the placeholder is not s and the value is null. The latter point can be done because downstream we don't accept anything different from s anyway (in the Bytes_Format function). Notice that now the format string is constant whatever the arguments. This means that executemany is still more inefficient than it should be as mogrify may work only on the parameters. However this is an implementation only worthwhile if we start supporting real parameters. Let's talk about that for the next release. |
||
---|---|---|
.. | ||
__init__.py | ||
bug_gc.py | ||
bugX000.py | ||
dbapi20_tpc.py | ||
dbapi20.py | ||
extras_dictcursor.py | ||
test_async.py | ||
test_cancel.py | ||
test_connection.py | ||
test_copy.py | ||
test_cursor.py | ||
test_dates.py | ||
test_green.py | ||
test_lobject.py | ||
test_notify.py | ||
test_psycopg2_dbapi20.py | ||
test_quote.py | ||
test_transaction.py | ||
testconfig.py | ||
testutils.py | ||
types_basic.py | ||
types_extras.py |