Lujin 28e8265651 Add initialization in StringMatchingFilterObj class
In order to support LIKE statement filter in OVO objects,
StringMatchingFilterObj class is introduced. However, this class
does not provide initial attributes of "starts", "contains" and
"ends".

In real usage, if these attributes are not initialized, we will
hit failures in method apply_filters() in db/_model_query.py.

This patch adds the initialization back.

Secondly, a typo of "obj_utils.StringMatchingContains" is revised
in this patch too.

Change-Id: If828068d8d08ff09dff6c63d53320bc397d32448
Closes-Bug: #1724446
2017-11-03 13:25:21 +09:00
..
2017-08-24 13:55:41 -06:00
2017-08-06 23:19:05 +00:00
2017-09-13 02:38:33 -07:00
2017-09-11 08:52:20 -06:00
2017-09-12 22:50:04 -07:00