ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/SQL.xs
(Generate patch)

Comparing PApp-SQL/SQL.xs (file contents):
Revision 1.20 by root, Sat Jun 20 21:29:29 2009 UTC vs.
Revision 1.21 by root, Sun Jun 21 00:28:18 2009 UTC

249 } 249 }
250 else 250 else
251 arg++; /* we consumed one argument */ 251 arg++; /* we consumed one argument */
252 252
253 /* be more Coro-friendly by keeping a copy, so different threads */ 253 /* be more Coro-friendly by keeping a copy, so different threads */
254 /* can multitask easier */ 254 /* can replace their global handles */
255 dbh = sv_2mortal (newSVsv (dbh)); 255 dbh = sv_2mortal (newSVsv (dbh));
256 256
257 /* count the remaining references (for bind_columns) */ 257 /* count the remaining references (for bind_columns) */
258 bind_first = arg; 258 bind_first = arg;
259 while (items > arg && SvROK (ST(arg))) 259 while (items > arg && SvROK (ST(arg)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines