jxmono / crud

:fork_and_knife: CRUD for mono
MIT License
0 stars 1 forks source link

Incorect ObjectId format #5

Closed IonicaBizau closed 11 years ago

IonicaBizau commented 11 years ago

I have the following crud object:

{
   t: "_list",
   q: {
      _id: {
          $in: [
              "51fb728a55e2eed15e000006"
          ]
      }
   }
}

The stringified mongo id is converted in ObjectId when we use {_id: "51fb728a55e2eed15e000006"}.

But what about this case? It isn't converted.

IonicaBizau commented 11 years ago

It was already fixed.