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

Comparing PApp-SQL/SQL.pm (file contents):
Revision 1.6 by root, Sun Jan 7 02:53:53 2001 UTC vs.
Revision 1.7 by root, Mon Jan 15 00:19:55 2001 UTC

248 248
249=back 249=back
250 250
251=cut 251=cut
252 252
253reinitialize;
254
253package PApp::SQL::Database; 255package PApp::SQL::Database;
254 256
255=head2 THE DATABASE CLASS 257=head2 THE DATABASE CLASS
256 258
257Again (sigh) the problem of persistency. What do you do when you have to serialize on object 259Again (sigh) the problem of persistency. What do you do when you have to serialize on object
315 317
316=back 318=back
317 319
318=cut 320=cut
319 321
320reinitialize;
321
3221; 3221;
323 323
324=head1 BUGS 324=head1 BUGS
325 325
326As of this writing, sql_fetch and sql_fetchall are not very well tested 326As of this writing, sql_fetch and sql_fetchall are not very well tested

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines