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

QueryBuilder : isNullOrMissing() and notNullOrMissing() are deprecated

    XMLWordPrintable

Details

    • 0

    Description

      The isNullOrMissing() and notNullOrMissing() in the Expression class are deprecated. Use isNotValued() and isValued() respectively instead.

      Deprecated APIs

      Java / Android

      • Expression isNullOrMissing()
      • Expression notNullOrMissing()

      Swift

      • func isNullOrMissing() -> ExpressionProtocol
      • func notNullOrMissing() -> ExpressionProtocol

      Objective-C (CBLQueryExpression)

      • - (CBLQueryExpression*) isNullOrMissing
      • - (CBLQueryExpression*) notNullOrMissing

      .NET (IExpression)

      • IExpression IsNullOrMissing()
      • IExpression NotNullOrMissing()

      Attachments

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

        Activity

          People

            The Lite The Lite
            pasin Pasin Suriyentrakorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty