Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-4750

c4queryenum_next crashes with FTS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • Beryllium
    • 3.1.0
    • LiteCore
    • Security Level: Public
    • None
    • LiteCore 112
    • 4

    Description

      The enumerator of the following query crashes,

      query = c4query_new2(db, kC4N1QLQuery, R"(SELECT * FROM _ WHERE gender = "female" AND )"

                               R"(birthday = "1983-09-18" AND MATCH(byStreet, "Loop*"))"_sl, nullptr, ERROR_INFO(err));

      if replacing the above "SELECT * " with "SELECT count( * )"

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jianmin.zhao Jianmin Zhao
            jianmin.zhao Jianmin Zhao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty