SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

New the procedure call command for PostgreSQL #1126

Closed AdrianGuretto closed 4 months ago

AdrianGuretto commented 4 months ago

When calling a PostgreSQL procedure with soci::procedure::execute(), an errror occurs indicating that "select" is not a valid command to call a procedure. In PostgreSQL, "CALL" command is used instead. For other SQL languages, "select" is a valid command and works well.