mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-14 09:03:44 +01:00

* fix(MongoDB): Use constants for payload types instead of enum to avoid improper binary serialisation with some compilers (int instead of unsigned char). * enh(MongoDB): Minor code improvements to use string literals.