| Commit message (Expand) | Author | Age | Files | Lines |
* | add MySQL options and corresponding constants | Antony Dovgal | 2005-10-27 | 3 | -0/+46 |
* | - free S->stmt | Antony Dovgal | 2005-10-27 | 1 | -1/+9 |
* | Fixed bug #34623 (Crash in pdo_mysql on longtext fields). | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+6 |
* | fix typo | foobar | 2005-09-24 | 1 | -1/+1 |
* | MFB: remove PDO_ prefix | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
* | Make PDO use class constants | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
* | Fix error detection for queries such as OPTIMIZE | Ilia Alshanetsky | 2005-09-14 | 1 | -2/+7 |
* | merge other PDO fixes from 5.1 branch. | Wez Furlong | 2005-09-11 | 1 | -1/+1 |
* | protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193 | George Schlossnagle | 2005-09-01 | 1 | -1/+1 |
* | Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars) | Ilia Alshanetsky | 2005-09-01 | 1 | -3/+21 |
* | Set port even if host is localhost. | George Schlossnagle | 2005-08-31 | 1 | -5/+6 |
* | this is the number of params, not the top index (otherwise unix_socket doesnt... | George Schlossnagle | 2005-08-30 | 1 | -1/+1 |
* | zts fixes | Wez Furlong | 2005-08-12 | 1 | -1/+1 |
* | fix skip conditions | foobar | 2005-08-11 | 4 | -5/+31 |
* | Probable fix for #34054. | Wez Furlong | 2005-08-10 | 1 | -2/+9 |
* | Yes, I can't count the months, and no, I'm not related to Ilia. | Wez Furlong | 2005-07-27 | 1 | -1/+1 |
* | Prep for PECL release | Wez Furlong | 2005-07-27 | 3 | -8/+34 |
* | Missing bit of the previous commits | Ilia Alshanetsky | 2005-07-20 | 1 | -1/+1 |
* | Fixed memory corruption (wrong order of operations of stored prep. stmt). | Ilia Alshanetsky | 2005-07-20 | 1 | -9/+12 |
* | Proper handling for databases that need to pre-calculate length of large | Ilia Alshanetsky | 2005-07-20 | 2 | -2/+3 |
* | Only set attribute if result set contains some columns. | Ilia Alshanetsky | 2005-07-20 | 1 | -1/+1 |
* | clean up | Ilia Alshanetsky | 2005-07-20 | 1 | -2/+1 |
* | this hack can and does segv; let's remove it. | Wez Furlong | 2005-07-20 | 1 | -14/+1 |
* | Add test case | Wez Furlong | 2005-07-14 | 1 | -0/+47 |
* | gah! | Wez Furlong | 2005-07-14 | 1 | -1/+1 |
* | Thanks 'james' (a visitor to my blog) for reporting this bug. | Wez Furlong | 2005-07-14 | 1 | -0/+17 |
* | keep this as a placeholder for debugging weird regressions | Wez Furlong | 2005-07-14 | 1 | -0/+1 |
* | it is not an error for a statement to return 0 rows. | Wez Furlong | 2005-07-14 | 1 | -15/+13 |
* | ok, call pdo_mysql_error() before returning -1 | Andrey Hristov | 2005-07-12 | 1 | -3/+2 |
* | strictly check the result of mysql_affected_rows() | Andrey Hristov | 2005-07-12 | 2 | -5/+13 |
* | A bit of further tuning. | Ilia Alshanetsky | 2005-07-11 | 1 | -3/+3 |
* | - mysql_affected_rows() already returns an unsigned long | Andrey Hristov | 2005-07-11 | 1 | -8/+9 |
* | stmt->column_count is set only if the result has been already bound, don't | Andrey Hristov | 2005-07-10 | 1 | -5/+5 |
* | ok, calculate max_length only in case of a blob (normal, medium, long). | Andrey Hristov | 2005-07-10 | 1 | -1/+19 |
* | if the result set is buffered ask libmysql to compute the lengths, so | Andrey Hristov | 2005-07-10 | 1 | -7/+9 |
* | Get precise lengths from the server, as suggested by Andrey. | Wez Furlong | 2005-07-10 | 1 | -0/+3 |
* | Added safety checks. | Ilia Alshanetsky | 2005-07-09 | 1 | -3/+7 |
* | Make cursor closer work with emulation as well. | Ilia Alshanetsky | 2005-07-09 | 1 | -0/+2 |
* | Added missing header check. | Ilia Alshanetsky | 2005-07-09 | 1 | -0/+3 |
* | Implement cursor_closer for MySQL driver. | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+8 |
* | Fixed memory leak | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+11 |
* | Fix two bugs: | Wez Furlong | 2005-07-09 | 1 | -5/+6 |
* | Fix #33618 | Wez Furlong | 2005-07-08 | 1 | -3/+2 |
* | Make prepared statements obey buffering flag in MySQL. | Ilia Alshanetsky | 2005-07-07 | 1 | -1/+9 |
* | Fixed memory leak | Ilia Alshanetsky | 2005-07-07 | 1 | -0/+3 |
* | Fixed memory leak. | Ilia Alshanetsky | 2005-07-07 | 1 | -1/+7 |
* | adopt new tests | Wez Furlong | 2005-07-07 | 28 | -1637/+27 |
* | Enable native mysql 4.1.x prepared statement support | Wez Furlong | 2005-07-03 | 6 | -26/+271 |
* | Experimental support for queries returning multiple rowsets under mysql 5.0. | Wez Furlong | 2005-07-02 | 3 | -4/+55 |
* | Remove "custom" PDDRV sqlstate. | Ilia Alshanetsky | 2005-06-27 | 1 | -1/+0 |