On Mon, 17 Feb 2020 16:49:27 +0100
Matthias Apitz wrote:
> I spend today some hours to nail down and insert problem into our
> database with DBI like:
>
>my $rc = $my_dbh->do($my_sqlstatement);
>
> which returns 1 in $rc (which the following flow in our script took
> as an error).
The DBI d
Hello,
I spend today some hours to nail down and insert problem into our
database with DBI like:
my $rc = $my_dbh->do($my_sqlstatement);
which returns 1 in $rc (which the following flow in our script took as an
error). If one fired up the same string in $my_sqlstatement with pgsql
the resul