Re: Any way to make PG driver obey PrintWarn?

Re: Any way to make PG driver obey PrintWarn?

am 07.02.2006 01:18:33 von Greg

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> I'm using the DBD::Pg driver and i've specifically turned "PrintWarn" off,
> yet I am still getting spammed with messages like this:
> NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> ...
> rt.cpan.org doesn't show any active bugs about this. Is this a known issue?

It is now. :)

This is a bug in DBD::Pg. I just committed a fix to cvs for it, so this will
work properly in version 1.44, which is just around the corner. Thank you
for the report. If you want, you can fill out a bug on rt.cpan.org for it,
but if not, that's fine too.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200602061916
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B90 6714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFD5+cNvJuQZxSWSsgRAtHQAJ46pbdh3SgFak9RvHGu2ZJcOiT7OgCg 7p1j
vNiJP5Erc78SEFM45FSQovY=
=p+Sc
-----END PGP SIGNATURE-----

Re: Any way to make PG driver obey PrintWarn?

am 07.02.2006 02:11:33 von Tyler

Greg Sabino Mullane wrote:
> > I'm using the DBD::Pg driver and i've specifically turned "PrintWarn" off,
> > yet I am still getting spammed with messages like this:
> > NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
> This is a bug in DBD::Pg. I just committed a fix to cvs for it, so this will
> work properly in version 1.44, which is just around the corner. Thank you
> for the report. If you want, you can fill out a bug on rt.cpan.org for it,
> but if not, that's fine too.

AWESOME! No need to file a bug since it's "already" fixed...
Thanks :)

- Tyler