qicosmos / ormpp

modern C++ ORM, C++17, support mysql, postgresql,sqlite
Apache License 2.0
1.27k stars 268 forks source link

uint64_t not supported #165

Closed YisenYu closed 1 month ago

YisenYu commented 3 months ago

uint64_t not supported (int64_t is not enough in some cases)

Jacyking commented 3 months ago

ok, support in a few days

YisenYu commented 3 months ago

thx so is the same case with uint32_t, uint16_t, uint8_t these types are frequently used in c++ class definition

Jacyking commented 1 month ago

done #171