stanisalv
stanisalv
Please add documentation and examples on working with refcursors. When calling a procedure with Connection::call() that has an INOUT refcursor parameter, in the lambda handler, in row, one record with...
Hi, related to the issue https://github.com/Corvusoft/restbed/issues/399 I have the same error with number 400, and exception.what() is "End of file" in custom error_handler. To reproduce this error, I took your...
Hi, there is such a code example: ``` pgfe::Connection conn(pgfe::Connection_options{}.set(pgfe::Communication_mode::net).set_hostname( ...)....; pgfe::Transaction_guard tg{*conn_}; conn.call("public.get_objects", start_of_interval, end_of_interval, "cr"); conn.execute([](pgfe::Row&& row) { std::cout