~ack/storm/resultset-get-query

  • Committer: Guilherme Salgado
  • Date: 2012-06-28 15:58:27 UTC
  • mfrom: (449.1.4 fix-timeout-tracer)
  • Revision ID: salgado@canonical.com-20120628155827-axv21pbytzceyzdn
Add connection commit/rollback tracer hooks and use them in the TimeoutTracer
to reset connection._timeout_tracer_remaining_time. [r=radix,allenap]
      
This is to fix a bug in which the first query of a transaction could run
with no timeout set because of the _timeout_tracer_remaining_time left
in the connection during the previous transaction.
Filename Latest Rev Last Changed Committer Comment Size
..
databases 4 18 years ago Gustavo Niemeyer - Implemented And, Or, and Parameter expressions. Diff
django 254.4.2 15 years ago James Henstridge Integrate the Zope transaction middleware for Djan Diff
schema 369.2.8 13 years ago Free Ekanayaka Move schema.py and patch.py to their own module Diff
store 41 18 years ago Gustavo Niemeyer - Implemented MySQL database support! Store tests Diff
twisted 389.2.1 13 years ago Free Ekanayaka Add transact module and tests Diff
zope 144.3.1 16 years ago Jamu Kakar - Migrated canonical.zstorm code into storm.zope. Diff
__init__.py 424.3.1 12 years ago Gavin Panella Move has_psycopg into tests/__init__.py. 3.6 KB Diff Download File
base.py 142.2.3 16 years ago Gustavo Niemeyer - Finished implementation of the C version of Obje 1.5 KB Diff Download File
cache.py 393.1.2 12 years ago James Henstridge Fix the test_adding_similar_obj_infos() test so it 12.3 KB Diff Download File
database.py 449.1.1 11 years ago Guilherme Salgado Add connection commit/rollback tracer hooks and us 20.3 KB Diff Download File
event.py 235.2.10 16 years ago Gustavo Niemeyer EventSystem.save()/restore() are unused nowadays. 3 KB Diff Download File
expr.py 439 12 years ago Free Ekanayaka Add a Distinct exp for prepending DISTINCT in the 89.7 KB Diff Download File
helper.py 442.1.1 12 years ago William Grant Undisable pgbouncer disconnection tests with psyco 3.8 KB Diff Download File
info.py 424.3.2 12 years ago Gavin Panella Remove support for run_this (unused) and add suppo 23.1 KB Diff Download File
infoheritance.txt 289.2.2 15 years ago James Henstridge Adjust doctests so that they will pass with the cl 7.6 KB Diff Download File
mocker.py 227.1.1 16 years ago Michael Hudson the fixes 73.1 KB Diff Download File
properties.py 398.1.2 12 years ago Gavin Panella Fall back to simplejson if json is not available, 39.7 KB Diff Download File
sqlobject.py 419 12 years ago Raphael Badin Fix test_result_set_count_sliced_start_none to mak 44.7 KB Diff Download File
tracer.py 449.1.4 11 years ago Guilherme Salgado Rewrite test_connection_commit_hook and test_conne 22.3 KB Diff Download File
tutorial.txt 362.1.3 13 years ago Jamu Kakar - Fix the implementation of ResultSet.first to not 22.7 KB Diff Download File
uri.py 213.1.1 16 years ago Gustavo Niemeyer Implemented URI.__str__, based on ideas from Jamu. 6.4 KB Diff Download File
variables.py 405 12 years ago Jamu Kakar - Use assertTrue instead of assertIsInstance, whic 33.7 KB Diff Download File
wsgi.py 447.1.2 12 years ago Guilherme Salgado Fix the comment in wsgi.make_app() and use a wekre 4.2 KB Diff Download File