oatpp / example-crud

A complete example of a "CRUD" service (UserService) built with Oat++.
https://oatpp.io/
Apache License 2.0
100 stars 63 forks source link

Bug: SchemaVersion is of type v_int64 (long long int) requires lld formatting #17

Closed kmeinhar closed 2 years ago

kmeinhar commented 2 years ago

Using %d formatting for this value type has undefined behavior.

lganzzzo commented 2 years ago

Merged! Thanks for the PR!