Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-1267

Bignums in views aren't sorted correctly.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.1.1, 1.2
    • None
    • JavaScript View Server
    • None
    • Regular Contributors Level (Easy to Medium)

    Description

      Easily tested by creating a doc and hitting this as a temp view:

      function(doc) {
      emit(["bylatest",-1303085266000], null);
      emit(["bylatest",-1298817134000], null);
      emit(["bylatest",-1294536544000], null);
      emit(["bylatest",-1294505612000], null);
      emit(["bylatest",-1178704800000], null);
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            paul.joseph.davis Paul Joseph Davis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: