Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-30547

$dateFromParts should accept an object from another expression

    • Query Optimization

      Currently $dateFromParts only accepts explicit objects with required fields. It should be able to accept an expression as long as expression evaluates to an object with the required fields.

      This way a date can round trip through $dateToParts and $dateFromParts and end up as the same value (which would have caught SERVER-30524, incidentally).

      date == {$dateFromParts:{$dateToParts:{date:"$date"}}}
      

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            asya.kamsky@mongodb.com Asya Kamsky
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: