Peter Hoffeld
Peter Hoffeld
Hey there. When you have two DB-classes `A` and `B` which both have a query `doesEntryExist` defined using the `QUERY` macro. If both queries are configured as prepared statement (`PREPARE(true)`)...
Hello. In the discussion of https://github.com/oatpp/oatpp-swagger/pull/36 is described how to document example values for endpoint responses or inputs. The consequence of this approach is that when reusing the same DTO...
When the `info->description` property is defined for a field of a DTO and the field is of type `Enum` (or any specification like `::AsString`) then the description is not shown...
Hey there. Providing support for JSON and JSONB columns would be really helpful. For the ORM I would propose to be able to Map to DTOs, similar as in the...
Before describing my question, I would like to thank you for this tool. It is really helpful for ensuring system stability with Docker containers when you need to expect that...