Re: Driver specifc prefixes

2002-06-13 Thread Tim Bunce
On Thu, Jun 13, 2002 at 04:16:20PM -0700, Jeff Zucker wrote: > On Thu, 13 Jun 2002, Tim Bunce wrote: > > > >Don't forget that all driver-private attribute and functions should > >start with the driver prefix. So backend_pid should be called pg_backend_pid > > 1. Just to double check, is this corr

Driver specifc prefixes

2002-06-13 Thread Jeff Zucker
On Thu, 13 Jun 2002, Tim Bunce wrote: > >Don't forget that all driver-private attribute and functions should >start with the driver prefix. So backend_pid should be called pg_backend_pid 1. Just to double check, is this correct? $dbh->func( $some_flags , { $NO_PREFIX_attr_nam

Re: Proposal: $sth->{ParamValues}

2002-06-13 Thread Jason E. Stewart
"Tim Bunce" <[EMAIL PROTECTED]> writes: > Another is to let the driver 'recover' the information from its > internal structures (or possibly the database API) when the > ParamValues attribute is required. Definately seems like the way to go. jas.

Re: DBI-1.25: dmake.exe: Error -- Don't know how to make `config'

2002-06-13 Thread Steffen Goeldner
Steffen Goeldner wrote: > > Although 'dmake' has no problems with empty rules (i.e. w/o recipes) > in general, it complains about the DBI-1.25 Makefile (WinNT, Borland): > > dmake.exe: Error -- Don't know how to make `config' > > I satisfied 'dmake' with a '@$(NOOP)' (see attached patch). I