qicosmos / ormpp

modern C++ ORM, C++17, support mysql, postgresql,sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For postgres, the line below has 1 too many int arguments at the end

rkyleg opened this issue · comments

commented

std::tuple<const char *, const char *, const char *, const char *, int, int> args_;

when this is changed to:

std::tuple<const char *, const char *, const char *, const char *, int> args_;

connection to postgres works

请更新最新代码