List:Commits« Previous MessageNext Message »
From:uwendel Date:January 24 2008 5:09pm
Subject:PHP mysqlnd svn commit: r1217 - trunk/tests/ext/pdo_mysql
View as plain text  
Author: uwendel
Date: 2008-01-24 18:09:53 +0100 (Thu, 24 Jan 2008)
New Revision: 1217

Modified:
   trunk/tests/ext/pdo_mysql/TODO_TESTING
Log:
Update to current status


Modified: trunk/tests/ext/pdo_mysql/TODO_TESTING
===================================================================
--- trunk/tests/ext/pdo_mysql/TODO_TESTING	2008-01-24 16:32:53 UTC (rev 1216)
+++ trunk/tests/ext/pdo_mysql/TODO_TESTING	2008-01-24 17:09:53 UTC (rev 1217)
@@ -1,3 +1,17 @@
+
+Legend:
+
+Class::method()                                                    --->  n done%
+
+  test_file_1.phpt
+  test_file_n.phpt
+
+  [ ] --> not implemented
+  [g] --> implemented as a global PDO_* test
+  [m] --> implemented as a PDO_MY* MySQL specific test
+
+--------------------------------------------------------------------------------
+
 PDO - class interface                                                  ---> 100%
 PDO::beginTransaction()                                                --->  90%
 PDO::commit()                                                          ---> 100%
@@ -10,19 +24,31 @@
 PDO::lastInsertId()                                                    ---> 100%
 PDO::prepare()                                                         --->  40%
 PDO::query()                                                           --->  80%
-PDO::quote()                                                            ---> 40%
+PDO::quote()                                                           --->  40%
+PDO::rollBack()                                                        --->  40%
+PDO::setAttribute()                                                    ---> 100%
 
-Legend:
+PDOStatement::bindColumn()                                             --->   0%
+PDOStatement::bindParam()                                              --->   0%
+PDOStatement::bindValue()                                              --->   0%
+PDOStatement::closeCursor()                                            --->   0%
+PDOStatement::columnCount()                                            --->   0%
+PDOStatement::errorCode()                                              --->   0%
+PDOStatement::errorInfo()                                              --->   0%
+PDOStatement::execute()                                                --->   0%
+PDOStatement::fetch()                                                  --->   0%
+PDOStatement::fetchAll()                                               --->   0%
+PDOStatement::fetchColumn()                                            --->   0%
+PDOStatement::fetchObject()                                            --->   0%
+PDOStatement::getAttribute()                                           --->   0%
+PDOStatement::getColumnMeta()                                          --->   0%
+PDOStatement::nextRowset()                                             --->   0%
+PDOStatement::rowCount()                                               --->   0%
+PDOStatement::setAttribute()                                           --->   0%
+PDOStatement::setFetchMode()                                           --->   0%
 
-Class::method()                                                    --->  n done%
+--------------------------------------------------------------------------------
 
-  test_file_1.phpt
-  test_file_n.phpt
-
-  [ ] --> not implemented
-  [g] --> implemented as a global PDO_* test
-  [m] --> implemented as a PDO_MY* MySQL specific test
-
 PDO - class interface                                                  ---> 100%
 
   pdo_class_pdo_constants.phpt
@@ -223,4 +249,24 @@
   [ ] charset impact
 
 
+PDO::rollBack()                                                         ---> 40%
 
+  pdo_rollback.phpt
+
+	[g] call rollBack before beginTransaction
+  [g] call rollBack after beginTransaction
+  [ ] rollBack @ DDL
+  [ ] rollBack @ non-transactional engine
+  [ ] rollBack @ DML
+  [ ] "If the database was set to autocommit mode, this function will
+      "restore autocommit mode after it has rolled back the transaction." ?
+
+PDO::setAttribute()                                                    ---> 100%
+
+  see PDO::getAttribute()!
+
+  pdo_set_attribute.phpt
+
+  [g] invalid parameter
+  [g] set and get all common attributes
+

Thread
PHP mysqlnd svn commit: r1217 - trunk/tests/ext/pdo_mysqluwendel24 Jan