Support nested dictionaries in StringDictionary::getCompare.
This patch also fixes several bugs in this method. The logic around the comparison of cache_index->index with zero is completely broken because the zero index has no special meaning at all. Added tests cover both nested dictionaries and these fixed bugs.
Support nested dictionaries in StringDictionary::getCompare.
This patch also fixes several bugs in this method. The logic around the comparison of
cache_index->index
with zero is completely broken because the zero index has no special meaning at all. Added tests cover both nested dictionaries and these fixed bugs.