[Dbi-interbase-devel] set_txn_param fix confirmed
Status: Beta
Brought to you by:
edpratomo
From: Mark D. A. <md...@di...> - 2001-08-01 17:06:33
|
thanks for the fix in 28.4. for us XS neophytes, what was the bug? why is svp = av_fetch(av, j, FALSE); if ( strEQ( SvPV_nolen(*svp), "read_committed" )) better than sv = (SV*)SvRV(*av_fetch(av, j, FALSE)); if ( strEQ( SvPV(sv, PL_na), "read_committed" )) { -mda |