~lifeless/storm/bug-620615

« back to all changes in this revision

Viewing changes to NEWS

Merging fixes from James.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Improvements
5
5
------------
 
6
 - Change tests/store to keep the connection during the tests to make it
 
7
   faster.
6
8
 - Implemented support for plugging generic "tracers".  Statement
7
9
   debugging is now implemented using a tracer, and easily enabled
8
10
   with storm.tracer.debug(True) (storm.database.DEBUG = True is gone).
18
20
 
19
21
Bug fixes
20
22
---------
 
23
 - Make is_in returns False instead of NULL on an empty result set.
 
24
 - ZStorm now keeps strong references to named stores. Previously it only kept
 
25
   weak ones, so stores were recreated more often than necessary.
21
26
 - References now won't flush the store or query the database when
22
27
   the foreign key is None.
23
28
 - When a reference is set to an object that wasn't yet inserted in