~cjwatson/storm/py3-scoping

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Thomas Hervé
  • Date: 2012-03-21 14:43:26 UTC
  • Revision ID: thomas@canonical.com-20120321144326-7pjodiwxvokrx5pd
Move CaptureTracer to storm.testing [trivial] [r=free.ekanayaka] [f=958571]

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Improvements
5
5
------------
6
6
 
7
 
- A new CaptureTracer has been added to storm.tracer, for capturing all SQL
 
7
- A new CaptureTracer has been added to storm.testing, for capturing all SQL
8
8
  statements executed by Storm. It can be used like this:
9
9
 
10
10
    with CaptureTracer() as tracer: