PHP PEAR CVS 23 CVS PEAR DB DB SQLITE PHP
Date: Tue, 01 Jul 2003 14:02:33 -0000

Subject: cvs: pear /DB/DB sqlite.php
From: urs@no-spam (Urs Gehrig)

urs Tue Jul 1 10:02:33 2003 EDT
Modified files: /pear/DB/DB sqlite.php Log:
* removed getLastInsertId() from example.
Index: pear/DB/DB/sqlite.php diff -u pear/DB/DB/sqlite.php:1.6 pear/DB/DB/sqlite.php:1.7
--- pear/DB/DB/sqlite.php:1.6 Tue Jul 1 10:00:45 2003
+++ pear/DB/DB/sqlite.php Tue Jul 1 10:02:33 2003
@@no-spam -16,7 +16,7 @@no-spam // | Author: Urs Gehrig <urs@no-spam> |
// +----------------------------------------------------------------------+
//
-// $Id: sqlite.php,v 1.6 2003/07/01 14:00:45 urs Exp $
+// $Id: sqlite.php,v 1.7 2003/07/01 14:02:33 urs Exp $
//
// Database independent query interface definition for the PECL's SQLite // extension.
@@no-spam -69,7 +69,6 @@no-spam // Get results printf("affectedRows:\t\t%s\n", $db->affectedRows() );
- printf("getLastInsertId:\t%s\n", $db->getLastInsertId() );
$result = $db->query("SELECT FROM $table;" );
$arr = $db->fetchRow($result );
print_r($arr );