Re: DBD::Pg tables() (was Re: ANNOUNCE: DBD::Pg 1.20)

2002-12-01 Thread Tim Bunce
On Sat, Nov 30, 2002 at 02:38:52PM -0800, David Wheeler wrote: Well, since it appears that DBD::Pg's tables() method currently doesn't support the $catalog, $schema, $table, $type arguments, perhaps it should be updated to do so, and have the deprecated call to tables() with no args not

Re: ANNOUNCE: DBD::Pg 1.20

2002-12-01 Thread Thomas A. Lowery
On Sat, Nov 30, 2002 at 07:38:52PM -0600, Dave Rolsky wrote: On Sat, 30 Nov 2002, Thomas A. Lowery wrote: On Sat, Nov 30, 2002 at 10:47:09AM -0700, Jason E. Stewart wrote: Dave Rolsky [EMAIL PROTECTED] writes: I found a bug in the -tables method. It includes all the system tables.

Re: DBD::Pg tables() (was Re: ANNOUNCE: DBD::Pg 1.20)

2002-12-01 Thread David Wheeler
On Sunday, December 1, 2002, at 07:52 AM, Tim Bunce wrote: Well, since it appears that DBD::Pg's tables() method currently doesn't support the $catalog, $schema, $table, $type arguments, perhaps it should be updated to do so, and have the deprecated call to tables() with no args not return

Re: Taint tests disabled in DBI-1.31

2002-12-01 Thread Tim Bunce
On Sat, Nov 30, 2002 at 02:29:54PM -0800, David Wheeler wrote: On Saturday, November 30, 2002, at 02:24 PM, Steven N. Hirsch wrote: Is 1.31 released? If not, where can I grab a preview? Yes it is. Available on the CPAN. But soon to be replaced by 1.32. Tim.

Re: DBI 1.31 Warnings

2002-12-01 Thread Tim Bunce
Thanks. There're harmless but I've fixed them for the next release. Tim. On Sat, Nov 30, 2002 at 11:33:38AM -0800, David Wheeler wrote: I got some warnings while compiling DBI 1.31 on Mac OS X 10.2.2. Here's the version of gcc I'm using: mercury% cc -v Reading specs from

Re: Things missing from DBI-1.31

2002-12-01 Thread Tim Bunce
Odd. I'm sure I didn't remove them. Maybe I applied an old version. Anyway, patch applied. Thanks! Tim. On Sat, Nov 30, 2002 at 08:53:44PM -0500, Steven N. Hirsch wrote: Tim, The following bits of my Proxy patches seem to be missing from the released DBI-1.31. I can assure you that

Release of DBD:Pg 1.20

2002-12-01 Thread Bruce Momjian
This is to announce the release of DBD:pg 1.20: http://gborg.postgresql.org/project/dbdpg/download/download.php -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts

Re: ANNOUNCE: DBD::Pg 1.20

2002-12-01 Thread Tim Bunce
On Sun, Dec 01, 2002 at 11:58:14AM -0500, Thomas A. Lowery wrote: On Sat, Nov 30, 2002 at 07:38:52PM -0600, Dave Rolsky wrote: On Sat, 30 Nov 2002, Thomas A. Lowery wrote: On Sat, Nov 30, 2002 at 10:47:09AM -0700, Jason E. Stewart wrote: Dave Rolsky [EMAIL PROTECTED] writes:

Re: DBI-Performace-Problem

2002-12-01 Thread Tim Bunce
Thanks. So the next question... Is an extra soft parse a significant overhead? (For some value of 'significant' :) Tim. On Thu, Nov 28, 2002 at 06:23:11PM -0800, Jared Still wrote: The first parse is a 'hard' parse. This is the parse that checks for existance of tables, privileges, and a

DBI 1.32 Warning

2002-12-01 Thread David Wheeler
Tim, Got just one warning with the new 1.32 release on Mac OS X 10.2.2: In file included from DBI.xs:1355: DBI.xs: In function `dbih_set_attr_k': DBI.xs:536: warning: passing arg 0 of `set_trace' from incompatible pointer type The version of gcc: mercury# gcc -v Reading specs from