oatpp / oatpp-postgresql

PostgreSQL adapter for oatpp ORM.
https://oatpp.io/
Apache License 2.0
18 stars 25 forks source link

add bigobj flag to solve fatal error in Visual Studio #15

Closed toge closed 2 years ago

toge commented 2 years ago

When I try to compile oatpp-postgresql in Visual Studio 15, I met following error message.

src\oatpp-postgresql\mapping\Deserializer.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

I make simple patch to workaround it. I'm glad if this could be merged.

lganzzzo commented 2 years ago

Looks good Thanks for the PR!