ssb             Sun Jan 14 17:19:29 2001 EDT

  Modified files:              
    /php4/pear/DB       STATUS 
  Log:
  * status update: odbc now supports errorNative
  
  
Index: php4/pear/DB/STATUS
diff -u php4/pear/DB/STATUS:1.13 php4/pear/DB/STATUS:1.14
--- php4/pear/DB/STATUS:1.13    Sun Jan  7 18:45:28 2001
+++ php4/pear/DB/STATUS Sun Jan 14 17:19:28 2001
@@ -9,17 +9,15 @@
   "n" - returns "not capable"
   "-" - no implementation of this feature
 
-Each symbol is uppercased as tests are written for the feature.
-
 FEATURE         ibase   msql    mssql   mysql   oci8    odbc    pgsql   sybase
 simpleQuery       x       x       x       T       x       x       T       x
 numCols           x       x       x       T       x       x       T       x
 numRows           n       x       x       T       n       n       T       n
-errorNative       n       n       n       T       x       n       T       n
+errorNative       n       n       n       T       x       x       T       n
 prepare/execute   x       e       e       E       x       e       E       e
 sequences         n       n       n       E       n       n       T       n
 affectedRows      n       n       n       T       x       n       T       n
 fetch modes       x       x       x       T       x       x       T       x
 transactions      x       n       n       n       x       x       x       n
 auto-commit       x       n       n       n       x       x       x       n
-error mapping     -       -       -       T       -       x       E      -
+error mapping     -       -       -       T       -       x       E       -



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to