hi all...
I was wondering if anybody has done any work with nested cursor
references and DBI. something like:
open curref for
'select sysdate,
cursor (select sysdate from dual)
from dual';
from DBI the first cursor reference behaves as expected, but I get a
segfault when t
hi Tim and all - it's been a long time :)
Stas and I just ran across something interesting concerning Apache::DBI and $dbh
attributes. I think it involves a both a bug and a place for enhancements.
we all know how Apache::DBI works - it stashes away $dbh based on connect string info.
however,
I'm not sure if this aricle has come up here yet, but just in case anyone is
interested in these things (I didn't read it too closely)...
"For four weeks last month and early this month, eWEEK and sister
publication PC Magazine carried out a comprehensive benchmark of the latest
available version
Hi Tim...
I don't know if these are important:
DBI.xs: In function `set_trace_file':
DBI.xs:457: warning: passing arg 1 of `setlinebuf' from incompatible pointer
type
DBI.xs: In function `XS_DBI__var_FETCH':
DBI.xs:2305: warning: passing arg 1 of `fprintf' from incompatible pointer
type
and