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.3 by root, Tue Dec 19 14:22:05 2000 UTC vs.
Revision 1.4 by root, Fri Jan 26 15:25:59 2001 UTC

227 sv_catpv (neu, " limit 1"); 227 sv_catpv (neu, " limit 1");
228 sql = neu; 228 sql = neu;
229 ix = 1; /* sql_fetch */ 229 ix = 1; /* sql_fetch */
230 } 230 }
231 231
232 /* check cache for existing statement handle (NYI) */ 232 /* check cache for existing statement handle */
233 sth = lru_fetch (dbh, sql); 233 sth = lru_fetch (dbh, sql);
234 if (!sth) 234 if (!sth)
235 { 235 {
236 PUSHMARK (SP); 236 PUSHMARK (SP);
237 EXTEND (SP, 2); 237 EXTEND (SP, 2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines