hwillson / broken-ejson-upsert

Reproduction for https://github.com/meteor/meteor/issues/8794.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broken-ejson-upsert

Reproduction demonstrating broken upserts with using EJSON types.

Steps

  1. git clone https://github.com/hwillson/broken-ejson-upsert.git
  2. cd broken-ejson-upsert; meteor npm install; meteor
  3. http://localhost:3000 then watch your browser console. Will throw a "Meteor does not currently support objects other than ObjectID as ids" error, even though the _id being used for the upsert is an ObjectID.

About

Reproduction for https://github.com/meteor/meteor/issues/8794.


Languages

Language:JavaScript 100.0%