oatpp-postgresql icon indicating copy to clipboard operation
oatpp-postgresql copied to clipboard

PostgreSQL adapter for oatpp ORM.

Results 19 oatpp-postgresql issues
Sort by recently updated
recently updated
newest added

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

enhancement

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: ![image](https://github.com/user-attachments/assets/def22ebe-2955-4365-a139-202fa5306e78) 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...