"YOU AND THE ART OF ONLINE DATING" is the only product on the market that will take you step-by-step through the process of online dating, provide you with the resources to help ensure success. Get it now!
I was updating it wrong. Should be this: db.test. Update({ _id: X }, {'$push': {"a2": 'A'}}) Or this: db.test.
Update({ _id: X }, {'$set': {"a2": 'A'}}) the document looks like this: { "_id" : ObjectId("4dbacb40696b6ede04c5ef97"), "a1" : "A" , "a2" : { "0" : "A" } } Where it's correct that {"0": "A"} is not equal to A.
I was updating it wrong. Should be this: db.test. Update({ _id: X }, {'$push': {"a2": 'A'}}); Or this: db.test.
Update({ _id: X }, {'$set': {"a2": 'A'}}); the document looks like this: { "_id" : ObjectId("4dbacb40696b6ede04c5ef97"), "a1" : "A" , "a2" : { "0" : "A" } } Where it's correct that {"0": "A"} is not equal to A.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.