oatpp-postgresql
oatpp-postgresql copied to clipboard
PostgreSQL adapter for oatpp ORM.
Can't build oatpp-postgres on windows mingw-w64 toolchain. I get lots of linker errors to the tune of 187mb error log. Here are a few to capture the spirit of the...
- IntTest.cpp would not compile on windows without the #define NOMINMAX - Usage for the Container CRUD operations is as follows. In the query where the expansion is needed, add...
In file: oatpp-postgresql/Types.hpp # Question What is your roadmap for supporting other types? I'm particularly interested in json, jsonb and arrays (of floats). Thanks -- Don
Issue #24 When serializing a DTO that contains a DTO_FIELD whose type is `EnumAsString`, the resulting string ultimately goes out of scope. This will result in a failure when trying...
I was using oatpp-postgresql to insert contrainers(mainly UnorderedSet) into a table as a field and my program reported this:  This error shows that oatpp-postgresql cannot serialize a common UnderedSet...
Added EnumAsStringTest.h and EnumAsStringTest.cpp to the cmake module list.
This fixes #33 ~~This requires https://github.com/oatpp/oatpp/pull/1073~~ (merged)
The one in `UuidObject` drove me insane.
I execute an `UPDATE` statement and would like to know how many rows where affected (so i can throw 404 if it was none). Is there anyway oatpp exposes this...