Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+. | Wez Furlong | 2006-04-09 | 1 | -5/+32 |
| | | | | | | | | | | | Fixed PECL Bug #6262; correctly fallback to emulated statements when the server version is too old. Also include code to default to using emulated prepared statements, as these can take advantage of the query cache. Since it's a bit late in the release process to spring this on the masses, the default has not been changed. The code is included so that it doesn't get lost. | ||||
* | This completes the fix for PECL #5827; we need to gobble up result sets in the | Wez Furlong | 2006-04-09 | 1 | -0/+10 |
| | | | | | stmt dtor too. | ||||
* | fix for PECL Bug #5827. | Wez Furlong | 2006-04-09 | 1 | -0/+10 |
| | | | | | | We're responsible for gobbling up supplemental result sets in closeCursor() (which is what PDO does for us if we didn't implement our own closer routine). | ||||
* | Added myself to PDO and PDO_MySQL credits | Ilia Alshanetsky | 2006-03-23 | 1 | -2/+3 |
| | | | | | | | Added Wez to PDO_MySQL credits Added Tony to Q&A team credits Regenerated the credits file | ||||
* | - Fixed fetching of string value bigger than 128bytes when no options | Pierre Joye | 2006-03-23 | 1 | -1/+2 |
| | | | | | are used | ||||
* | Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructor | Ilia Alshanetsky | 2006-03-17 | 1 | -2/+12 |
| | | | | | | Allow getAttribute() to fetch MySQL specific attributes. Eliminate unnecessary auto-commit call on connect. | ||||
* | MFH: | Ilia Alshanetsky | 2006-03-05 | 3 | -1/+12 |
| | | | | | | | | Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be set when executing internal queries such as "show master status" via MySQL). Added missing constant for MAX_BUFFER_SIZE. | ||||
* | Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB). | Ilia Alshanetsky | 2006-02-14 | 3 | -4/+6 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 5 | -15/+15 |
| | |||||
* | Make MySQL driver use ANSI complaint quoting style. | Ilia Alshanetsky | 2005-12-25 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field types | Antony Dovgal | 2005-12-05 | 1 | -0/+11 |
| | |||||
* | switch to package2.xml | Wez Furlong | 2005-12-04 | 3 | -69/+86 |
| | |||||
* | Fix PECL #6138 | Wez Furlong | 2005-12-04 | 1 | -0/+3 |
| | |||||
* | prep for release | Wez Furlong | 2005-12-01 | 2 | -3/+4 |
| | |||||
* | MFH: fix possible crash in pdo_mysql_stmt_dtor() | Antony Dovgal | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | cleanup + fix link problems with old mysql versions | foobar | 2005-11-29 | 1 | -7/+6 |
| | |||||
* | set to 1.0 stable. | Wez Furlong | 2005-11-26 | 2 | -6/+6 |
| | |||||
* | fix configure | Wez Furlong | 2005-11-25 | 1 | -4/+9 |
| | |||||
* | MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) | foobar | 2005-11-25 | 1 | -2/+2 |
| | |||||
* | MFH: fix #35391 (pdo_mysql::exec does not return number of affected rows) | Antony Dovgal | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | Fix bug that breaks pdo_mysql when built shared (was not being linked to the | Wez Furlong | 2005-11-24 | 1 | -1/+1 |
| | | | | | | | mysql libraries). If you have another mysql module loaded, this would not have been noticable. | ||||
* | improve configure script. | Wez Furlong | 2005-11-05 | 1 | -29/+60 |
| | | | | | Fixes #35107; compile failure with MySQL 5 | ||||
* | prep for PECL release | Wez Furlong | 2005-11-01 | 1 | -6/+16 |
| | |||||
* | Closes PECL Bug #5802 | Wez Furlong | 2005-10-29 | 2 | -0/+53 |
| | |||||
* | Close PECL Bug #5780 | Wez Furlong | 2005-10-29 | 2 | -1/+51 |
| | |||||
* | argh! we don't want to NULL the stmt here; freeing the results is not the same | Wez Furlong | 2005-10-29 | 1 | -2/+0 |
| | | | | | | | | as destroying the prepared statement handler, so we're leaking and breaking, as can be seen by running the test suite. brown paper bag for PDO in PHP 5.1RC4? | ||||
* | Closes PECL Bug #5645; emits mysql client library version in MINFO output. | Wez Furlong | 2005-10-29 | 1 | -1/+1 |
| | |||||
* | MFH: add MySQL options and corresponding constants | Antony Dovgal | 2005-10-27 | 3 | -0/+46 |
| | |||||
* | MFH: free && set to NULL S->stmt | Antony Dovgal | 2005-10-27 | 1 | -1/+9 |
| | |||||
* | MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields). | Ilia Alshanetsky | 2005-10-19 | 1 | -0/+6 |
| | |||||
* | Fixed tests for ZTS builds | Ilia Alshanetsky | 2005-10-18 | 2 | -8/+8 |
| | |||||
* | Fixed test for ZTS builds | Ilia Alshanetsky | 2005-10-18 | 1 | -4/+4 |
| | |||||
* | use the right constant name in error messages | Antony Dovgal | 2005-10-05 | 1 | -1/+1 |
| | |||||
* | use the right macro for these | Wez Furlong | 2005-10-01 | 1 | -1/+1 |
| | |||||
* | - TSRM fix | Marcus Boerger | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Fixup LOB handling for inserts (refs #34630). | Wez Furlong | 2005-09-25 | 1 | -1/+43 |
| | | | | | | | | | | | | | | Also tripped over the return of PECL #5200; looks like mysql doesn't return an accurate length for the columns. The PDO driver will sanity check the real length against the buffer size it allocated (based on the info provided by mysql), so that we won't overrun the buffer. In addition, if a varchar field is reported as having a length of less than 128, we'll allocate 128 just in case. If the data is truncated, report it via the appropriate sqlstate code. There must be a better way to do this stuff. | ||||
* | fix typo | foobar | 2005-09-24 | 1 | -1/+1 |
| | |||||
* | Remove pointless PDO_ prefix | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
| | |||||
* | MFH: Make PDO use class constants | Ilia Alshanetsky | 2005-09-20 | 2 | -2/+2 |
| | |||||
* | MFH: Fix error detection for queries such as OPTIMIZE | Ilia Alshanetsky | 2005-09-14 | 1 | -2/+7 |
| | |||||
* | update package.xml files and version numbers, in anticipation of a big bunch ↵ | Wez Furlong | 2005-09-11 | 2 | -4/+4 |
| | | | | of releases. | ||||
* | Add test for this bug report; can't repeat the problem. | Wez Furlong | 2005-09-10 | 1 | -0/+30 |
| | |||||
* | MFH: Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars) | Ilia Alshanetsky | 2005-09-01 | 1 | -3/+21 |
| | |||||
* | MFH, fix 34072 | George Schlossnagle | 2005-08-31 | 1 | -8/+16 |
| | |||||
* | MFH | foobar | 2005-08-11 | 4 | -5/+31 |
| | |||||
* | 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 |
| | | | | | Optimize the max length calculation process. |