[07:58:08] <willthechill> hi, I've successfully built & installed the mongocxx v3.2 driver on a CentOS 7 system, the test.cpp code compiles & runs correctly, but now I am getting a failure when attempting to run my own test code which I know works in Ubuntu...
[07:59:38] <willthechill> what is "bsoncxx::v_noabi::*" and why is it not declared now in CentOS?
[14:29:45] <schooner> When I run db.myCollection.find() it returns results but they are paged (and it says 'Type "it" for more'). Can I modify that command to return everything?
[14:43:59] <stevanov> can i safely upgrade from 3.4 to 3.6 without losing data?
[14:57:29] <Derick> yes, but read tye upgrading guide first
[16:10:40] <Deevz> What amount of latency can I expect from a MongoDB change stream? Looking to use that as part of a real time app that’s latency sensitive, possibly using the meteor framework to handle replication
[17:45:32] <willthechill> (apologies if duplicate) hi, I've successfully built & installed the mongocxx v3.2 driver on a CentOS 7 system, the test.cpp code compiles & runs correctly, but now I am getting a failure when attempting to run my own test code which I know works in Ubuntu...