예제 #1
0
def compare_xforms(domain, doc_type, startdate, enddate):
    return _get_diffs(
        get_primary_db_form_ids(domain, doc_type, startdate, enddate),
        get_es_form_ids(domain, doc_type, startdate, enddate))
def _compare_xforms(domain, doc_type):
    return _get_diffs(get_primary_db_form_ids(domain, doc_type),
                      get_es_form_ids(domain, doc_type))
예제 #3
0
def compare_xforms(domain, doc_type, startdate, enddate):
    return _get_diffs(
        get_primary_db_form_ids(domain, doc_type, startdate, enddate),
        get_es_form_ids(domain, doc_type, startdate, enddate)
    )