ARTICLE AD BOX
I'm slowly porting a project to work with the libpqxx release candidate start8 and have a question, I have this method
std::vector<std::string> WordleBusinessLayer::GetWordleAttemptsArrayByIdStream(int id)
{
std::vector<std::string> Attempts;
}
which works but I would like to add the parameter properly using pqxx::params(id) but I'm out of ideas
Anyone here know how to do it
Kind regards
Pete Kane
