Skip to content

Instantly share code, notes, and snippets.

@subnetmarco
Created July 6, 2012 03:07
Show Gist options
  • Select an option

  • Save subnetmarco/3057839 to your computer and use it in GitHub Desktop.

Select an option

Save subnetmarco/3057839 to your computer and use it in GitHub Desktop.
> db.subscriptions.find({"_id":ObjectId("4ed3f9b2d7fe63a70e1db113")}, {transactions:1})
{ "_id" : ObjectId("4ed3f9b2d7fe63a70e1db113"), "transactions" : [ {
"$ref" : "transactions",
"$id" : ObjectId("4f09ba1be4b0c4954881f4fc")
} ] }
> db.subscriptions.find({"_id":ObjectId("4ed3f9b2d7fe63a70e1db113")}, {transactions:1})
{ "_id" : ObjectId("4ed3f9b2d7fe63a70e1db113"), "transactions" : [ {
"$ref" : "transactions",
"$id" : ObjectId("4f09ba1be4b0c4954881f4fc")
}, {
"$ref" : "transactions",
"$id" : ObjectId("4f31bb0fe4b0989a18237c08")
} ] }
> db.subscriptions.find({"_id":ObjectId("4ed3f9b2d7fe63a70e1db113")}, {transactions:1})
{ "_id" : ObjectId("4ed3f9b2d7fe63a70e1db113"), "transactions" : [ {
"$ref" : "transactions",
"$id" : ObjectId("4f09ba1be4b0c4954881f4fc")
}, {
"$ref" : "transactions",
"$id" : ObjectId("4f31bb0fe4b0989a18237c08")
}, {
"$ref" : "transactions",
"$id" : ObjectId("4f57f689e4b03aaa281055c5")
} ] }
> db.subscriptions.find({"_id":ObjectId("4ed3f9b2d7fe63a70e1db113")}, {transactions:1})
{ "_id" : ObjectId("4ed3f9b2d7fe63a70e1db113"), "transactions" : [ {
"$ref" : "transactions",
"$id" : ObjectId("4ee5f635e4b029daf7f3ce13")
} ] }
> db.subscriptions.find({"_id":ObjectId("4ed3f9b2d7fe63a70e1db113")}, {transactions:1})
{ "_id" : ObjectId("4ed3f9b2d7fe63a70e1db113"), "transactions" : [ {
"$ref" : "transactions",
"$id" : ObjectId("4f80d50ae4b04d55ded243f4")
}, {
"$ref" : "transactions",
"$id" : ObjectId("4fa87019e4b0ee88d13abedd")
}, {
"$ref" : "transactions",
"$id" : ObjectId("4fd14e9ce4b028a714af8213")
} ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment