dbdpg
dbdpg copied to clipboard
Perl Postgres driver DBD::Pg aka dbdpg
At line 40 in t/dbdpg_test_setup.pl there's an "su" call which redirects output using Bourne shell syntax: $info = qx{su -m $testuser -c "$initdb --locale=C -E UTF8 -D $testdir/data 2>&1"}; If...
I am performing an upsert using PostgreSQL v12.11 with DBD::Pg version `3.16.0` and DBI version `1.643`, i.e. the latest as of today 2022-11-03. I am getting a PostgreSQL error the...
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...
DBI API since version 1.642 has support for `last_insert_id` also for statement handle (not only database handle), see: https://metacpan.org/pod/DBI#last_insert_id1 It would be nice if DBD::Pg supports and implement this method....
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...
Hi There, I'm running Strawberry Perl on a Windows 10, 64 bit environment and am getting this error: Bad initdb output: 'initdb' is not recognized as an internal or external...
Hi! Let me stupid question. Do you have planned to autoJSONify from Perl data to PG json/jsonb data types and backwards? Regards.
... due to File::Temp::tempdir being used without having run 'require File::Temp' first: ... t/01connect.t .......... Dubious, test returned 1 (wstat 256, 0x100) No subtests run t/01constants.t ........ ok Please wait,...