mangrove
mangrove copied to clipboard
Mangrove: the MongoDB C++ ODM - This Repository is NOT a supported MongoDB product
during last step of "Build and install Mangrove". -> make && make install Get this error: In file included from /Users/xxx/src/repos/mangrove/src/mangrove/test/collection_wrapper.cpp:26: /Users/xxx/src/repos/mangrove/src/mangrove/collection_wrapper.hpp:267:22: error: no matching member function for call to...
Are you interested in packaging this lib in a conan package?
Hello, is it possible to compile Mangrove with MSVC? I was able to configure without problem with CMake but when I compile with MSbuild I get two errors related to...
There seems to be some JS forcing the page to scroll to top which fights with any attempt to scroll down or keep the revealed text further down in view....
I came accross a minor issue when trying to add `mangrove` as a cmake subdirectory. This pull request should fix this without any impact on the initial behavior All `CMAKE_SOURCE_DIR`...
[issue ](https://github.com/mongodb-labs/mangrove/issues/36) is still there for me , tried on two systems (mac and ubuntu), but there is really no such files to search. from the description of the issue...
Crash observed when document length is 257 byte, for example. It represents as '0x01 01 00 00'. In this case '_bytes_read == _len' equal to 1 and callback is called...
With modern mongo-cxx (tested on 3.3.1) we have exception while using embedded documents: terminate called after throwing an instance of 'bsoncxx::v_noabi::exception' what(): can't convert builder to a valid view: unmatched...
Hi, Who can in query by _id in mangrove class ???
**Cannot open include file: 'mangrove/mangrove_child_autogen.hpp'** **template using is_iterable = std::integral_constant;** ``` 1>D:\mangrove\src\mangrove/util.hpp(81): error C2039: 'value': is not a member of '`global namespace'' 1>D:\mangrove\src\mangrove/util.hpp(81): error C2146: syntax error: missing '>' before...