Package: libdbd-mysql-perl
Version: 2.9007-1
Severity: normal

>From the documentation, I assume I should be able to do:

  $dbh = DBI->connect(..., { RaiseError => 1 })

followed by:

  $sth = $dbh->prepare(..., { RaiseError => 0 })

where RaiseError would be turned off locally for that particular handle.
However, I've been unsuccessful doing that; whatever value for
RaiseError or PrintError I provide to prepare(), only the one originally
passed to connect() is being used.

I have no clue whether this is a DBD::mysql or DBI bug, so I figured
it's be best to file the report here; please reassign if I was mistaken.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-2
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages libdbd-mysql-perl depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdbi-perl                 1.48-1       Perl5 database interface by Tim Bu
ii  libmysqlclient14            4.1.12-1     mysql database client library
ii  perl                        5.8.7-3      Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]   5.8.7-3      The Pathologically Eclectic Rubbis
ii  zlib1g                      1:1.2.2-4    compression library - runtime

libdbd-mysql-perl recommends no packages.

Versions of packages libdbd-mysql-perl is related to:
ii  reportbug                     3.13       reports bugs in the Debian distrib
pn  totem-gstreamer               <none>     (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to