On Tue, 10 Jun 2003, David Wheeler wrote:

> Date: Tue, 10 Jun 2003 18:41:42 -0700
> From: David Wheeler <[EMAIL PROTECTED]>
> To: Rudy Lippan <[EMAIL PROTECTED]>
> Cc: 'DBI developers' <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
>      [EMAIL PROTECTED]
> Subject: Re: [Dbdpg-general] Re: Announce: DBD::Pg 1.30_2 (beta)
> 
> On Tuesday, June 10, 2003, at 06:28  PM, Rudy Lippan wrote:
> 
> > I think it had to do with the conversion to driver.xst.
> >
> >
> > Try this patch:
> 
> applied, but got errors:
> 
> dbdimp.c:46: parse error before ',' token
> dbdimp.c:49: parse error before '{' token
> dbdimp.c:57: parse error before '(' token
> dbdimp.c: In function `dbd_bind_ph':
> dbdimp.c:857: warning: passing arg 2 of `Perl_sv_2pv_flags' from 
> incompatible pointer type
> 


Sorry,

Tested this time :)


Index: Pg.h
===================================================================
RCS file: /usr/local/cvsroot/dbdpg/dbdpg/Pg.h,v
retrieving revision 1.2
diff -u -r1.2 Pg.h
--- Pg.h        28 Mar 2003 04:57:08 -0000      1.2
+++ Pg.h        11 Jun 2003 02:08:52 -0000
@@ -45,7 +45,6 @@
 
 /* defines for Driver.xst to let it know what functions to include */
 #define dbd_st_rows dbd_st_rows
-
-
+#define dbd_discon_all dbd_discon_all
 
 /* end of Pg.h */


Reply via email to