Alexander Gorlov
Alexander Gorlov
Problem: The code block returning pg_pid_number could never be called. Fixed bug added to commit 1bfec5fc2532a2f217ceaf0fa188d8bc977b0154 on June 23, 2007
The problem is in the wrong sequence of calls when processing the result of calling the COPY command in asynchronous mode. https://github.com/bucardo/dbdpg/issues/98 The problem is that the pg_db_result method tries...
In versions prior to 3.0.0, values of type SQL_INT8 were returned as strings, in some cases it was convenient, for example, when passing returned values to a web browser, since...
When calling "COPY ... TO STDIN" query in asynchronous mode after pg_ready returned 1, pg_result call hangs. The reason is probably the implementation of the pg_db_result method in the dbdimp.c...