| Source path: svn/ trunk/ src/ he3/ db/ tower/ performing.py |
|
|
|
|
Change log
PrefetchingQuery: Added a check to ensure dangling references did not cause errors while Prefetching (Fixes Issue 7 ). Also added matching unit test for issue.
| Go to: |
Project members,
sign in to write a code review
Older revisions
r32
by bendavies.he3
on Jun 15, 2010
Diff
Fixed issues with Paging.py and Performing.py preventing PrefetchingQuery from being used as facade under PagedQuery.
r31
by bendavies.he3
on Jun 15, 2010
Diff
Initial release of performing.py module which contains PrefetchingQuery class. Corresponding unit tests also added (Test_Performing.py)