Fix to return cached data for table methods (funcs) if available and not a partial request. Partial argument could be undef, but existed in methods supporting partial fetches. Changed check to see if there is a value in the partial argument rather than existence.

This commit is contained in:
Eric A. Miller
2012-07-25 20:41:33 -04:00
parent 6256f33079
commit e8a9d18445
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ version 2.09
[BUG FIXES]
* Fixed logic to return cached data for table methods when available and
not a partial fetch
version 2.08 (2012-07-15)