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

N1QL Query has incorrect results

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Critical
    • 3.0
    • 3.0
    • LiteCore
    • Security Level: Public
    • None

    Description

      NaN should output "NaN"

      Query

      select acos(3) FROM scratch

      Expected Results

      [
        {
          "$1": "NaN"
        }
      ]
      

      Actual Results

      [
        {}
      ]
      

      Attachments

        Issue Links

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

          Activity

            People

              The Lite The Lite
              jimb Jim Borden
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty