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.22 by root, Sun Jun 21 03:30:00 2009 UTC vs.
Revision 1.23 by root, Sun Jun 21 05:14:18 2009 UTC

230 230
231BOOT: 231BOOT:
232{ 232{
233 struct dbistate_st *dbis = DBIS_PUBLISHED_LVALUE; 233 struct dbistate_st *dbis = DBIS_PUBLISHED_LVALUE;
234 234
235 /* this is atcually wrong, we should call the check member, apparently */ 235 /* this is actually wrong, we should call the check member, apparently */
236 assert (dbis->version == DBISTATE_VERSION); 236 assert (dbis->version == DBISTATE_VERSION);
237 assert (dbis->xs_version == DBIXS_VERSION); 237 assert (dbis->xs_version == DBIXS_VERSION);
238 238
239 sql_exec = gv_fetchpv ("PApp::SQL::sql_exec", TRUE, SVt_PV); 239 sql_exec = gv_fetchpv ("PApp::SQL::sql_exec", TRUE, SVt_PV);
240 DBH = gv_fetchpv ("PApp::SQL::DBH" , TRUE, SVt_PV); 240 DBH = gv_fetchpv ("PApp::SQL::DBH" , TRUE, SVt_PV);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines