[01:47:13] <StephenLynx> the issue was with the driver.
[01:47:24] <StephenLynx> it was saving utf-8 strings with the wrong charset.
[01:47:53] <StephenLynx> I had to create a new utf8 buffer using the incoming string and write the buffer instead of the string.
[01:48:47] <StephenLynx> look at that, wt is going to be default on 3.1
[09:09:29] <lxsameer> hey guys what is the best solution to clone a document that has many references?
[09:59:52] <Lonesoldier728> Anyone use mongoose, not sure how to stop duplicates, this is not working... here is the code: http://stackoverflow.com/questions/31087413/mongoose-allowing-duplicates-with-unique-constraint-added
[11:14:48] <vagelis> Is it possible to get some field data from one collection and then aggregate to another collection and include the field data from the first collection in the results? SOmething like combination? :S
[17:29:09] <StephenLynx> Maybe they know more in the morphia channel?
[17:31:33] <cheeser> Siamaster: if you include a field in the project everything else gets excluded except for the ID (mongodb behavior)
[17:31:50] <cheeser> it's a known shortcoming that you can't mix includes and excludes
[18:01:31] <Siamaster> @cheeser ah, you can only do that with the aggregation framework?
[18:02:16] <Siamaster> because this projection works : BasicDBObject projectCount = new BasicDBObject(PROJECT, new BasicDBObject(_ID, false).append(count, new BasicDBObject(SIZE, $ + User.LIKES)));