Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-05 | Replace localhost with 127.0.0.1 and remove the PDO::ERRMODE_SILENT option - ↵ | Andrey Andreev | 9 | -9/+9 | |
it's the default anyway | |||||
2012-07-02 | Fix pdo_dblib and pdo_sqlsrv db_connect() and suppress warning messages for ↵ | Andrey Andreev | 2 | -10/+10 | |
subdrivers that don't support certain option attributes | |||||
2012-06-28 | Fix Oracle limit() for pdo_oci | Andrey Andreev | 1 | -2/+2 | |
2012-06-25 | Fix an erroneous property name | Andrey Andreev | 1 | -1/+1 | |
2012-06-25 | Fix pdo_mysql db_connect() with empty char_set | Andrey Andreev | 1 | -1/+1 | |
2012-06-25 | Fix pdo_pgsql _limit() | Andrey Andreev | 1 | -1/+1 | |
2012-06-25 | Some fixes | Andrey Andreev | 2 | -2/+2 | |
2012-06-25 | Add a default _truncate() method to PDO | Andrey Andreev | 7 | -90/+36 | |
2012-06-25 | pdo_odbc DSN | Andrey Andreev | 1 | -12/+41 | |
2012-06-25 | Add pdo_odbc subdriver | Andrey Andreev | 4 | -33/+272 | |
2012-06-25 | Add pdo_ibm subdriver | Andrey Andreev | 1 | -0/+280 | |
2012-06-25 | Add pdo_informix subdriver | Andrey Andreev | 2 | -1/+274 | |
2012-06-25 | Add pdo_4d subdriver | Andrey Andreev | 4 | -3/+242 | |
2012-06-25 | Add pdo_cubrid subdriver | Andrey Andreev | 1 | -0/+171 | |
2012-06-25 | Add system/database/drivers/pdo/subdrivers/index.html | Andrey Andreev | 1 | -0/+10 | |
2012-06-25 | Add pdo_firebird subdriver | Andrey Andreev | 3 | -1/+267 | |
2012-06-24 | Add pdo_dblib subdriver | Andrey Andreev | 2 | -0/+305 | |
2012-06-24 | Add pdo_sqlsrv subdriver | Andrey Andreev | 3 | -18/+320 | |
2012-06-24 | Add pdo_sqlite subdriver | Andrey Andreev | 1 | -0/+167 | |
2012-06-24 | Add pdo_oci subdriver | Andrey Andreev | 1 | -0/+248 | |
2012-06-24 | Remove _limit() from the pdo_mysql subdriver | Andrey Andreev | 1 | -17/+0 | |
2012-06-24 | Add pdo_mysql subdriver | Andrey Andreev | 2 | -1/+206 | |
2012-06-23 | Add pdo_pgsql subdriver | Andrey Andreev | 1 | -0/+341 | |