[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 STATUS OF THE PEAR DB PACKAGE 2 ============================= 3 4 $Id: STATUS,v 1.27 2004/04/29 23:26:44 danielc Exp $ 5 ------------------------------------------------------------------------ 6 7 DB Driver Feature Matrix 8 ------------------------ 9 Symbols: 10 x = implemented, but without tests 11 t = implemented, but one or more tests fail 12 T = implemented, passing all tests 13 e = emulated, without tests 14 l = emulated, but one or more tests fail 15 E = emulated, passing all tests 16 n = returns "not capable" 17 - = no implementation of this feature or status unknown 18 19 fbsql ifx mssql mysqli odbc sqlite 20 FEATURE dbase | ibase | msql | mysql | oci8 | pgsql | sybase 21 simpleQuery - x T T x T T T T T T T T 22 numCols x x T x x T T T T T T T T 23 numRows x x n n x T T T E T T T n 24 errorNative n x n t n T T T T T T E T 25 prepare/execute e e T E e E E E T E E E E 26 sequences - e T E n E E E T E T E E 27 affectedRows n x n T x n T T T T T T T 28 fetch modes x x T T x T T T T T T T T 29 fetch row by no x x n T x T T T n x T T T 30 transactions - x T n n T T T T T T - T 31 auto-commit - x x n n n E E x x x - n 32 error mapping - x T t - t t t T T E l l 33 tableInfo n x T t n T T t T n T - T 34 35 NOTE: ibase testing done under PHP 5. ibase under PHP 4 is unstable on Windows. 36 37 38 TYPE (getListOf) 39 tables - x - - - x x x x - x - x 40 views - - - - - x n n - - x - x 41 users - - - - - - x x - - x - - 42 databases - - - - - - x x - - x - - 43 functions - - - - - - - - - - x - - 44 45 46 Test Conformance 47 ---------------- 48 Symbols: 49 o = Test passed 50 X = Test failed 51 N = Test failed due to DBMS not considering something an error 52 E = Test failed due to problem with PHP extension 53 54 fbsql ifx mssql mysqli odbc sqlite 55 dbase | ibase | msql | mysql | oci8 | pgsql | sybase 56 01connect - - o o - o o o o o o o o 57 02fetch - - o o - o o o o o o o o 58 03simplequery - - o o - o o o o o o o o 59 04numcols - - o o - o o o o o o o o 60 05sequences - - o o - o o o o o o o o 61 06prepexec - - o o - o o o o o o o o 62 08affectedrows - - X o - o o o o o o o o 63 09numrows - - X X - o o o o o o o o 64 10errormap - - o N - E N N o o o N E 65 11transactions - - o - - o o o o o o - o 66 13limit - - o o - o o o o o o o o 67 14fetchmode_obje - - o o - o o o o o o o o 68 15quote - - o X - o o o o o o o o 69 16tableinfo - - o X - o o X o - o - o 70 17query - - X o - o o o o o o o o 71 18get - - X o - o o o o o o o o 72 73 NOTE: ibase testing done under PHP 5. ibase under PHP 4 is unstable on Windows.
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |