| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | MFB51: Make MySQL driver use ANSI complaint quoting style. | Ilia Alshanetsky | 2005-12-25 | 1 | -1/+1 |
| | | |||||
| * | fix #35391 (pdo_mysql::exec does not return number of affected rows) | Antony Dovgal | 2005-11-25 | 1 | -1/+1 |
| | | |||||
| * | add MySQL options and corresponding constants | Antony Dovgal | 2005-10-27 | 1 | -0/+38 |
| | | |||||
| * | 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 |
| | | | | | | Allow pdo_sqlite to build against 5.0 and 5.1 too. | ||||
| * | Set port even if host is localhost. | George Schlossnagle | 2005-08-31 | 1 | -5/+6 |
| | | | | | | Should resolve 34072 | ||||
| * | this is the number of params, not the top index (otherwise unix_socket ↵ | George Schlossnagle | 2005-08-30 | 1 | -1/+1 |
| | | | | | doesnt work | ||||
| * | zts fixes | Wez Furlong | 2005-08-12 | 1 | -1/+1 |
| | | |||||
| * | Probable fix for #34054. | Wez Furlong | 2005-08-10 | 1 | -2/+9 |
| | | |||||
| * | Proper handling for databases that need to pre-calculate length of large | Ilia Alshanetsky | 2005-07-20 | 1 | -0/+2 |
| | | | | | | columns, which is not normally done for performance reasons. | ||||
| * | keep this as a placeholder for debugging weird regressions | Wez Furlong | 2005-07-14 | 1 | -0/+1 |
| | | |||||
| * | 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 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | | | | | | - optimize a bit the real_escape - handle the situation when libmysql bails out because of lack of memory | ||||
| * | Fix #33618 | Wez Furlong | 2005-07-08 | 1 | -3/+2 |
| | | |||||
| * | Fixed memory leak | Ilia Alshanetsky | 2005-07-07 | 1 | -0/+3 |
| | | |||||
| * | Enable native mysql 4.1.x prepared statement support | Wez Furlong | 2005-07-03 | 1 | -5/+77 |
| | | | | | | # the hardest part was installing 4.1.x on a gentoo box over a 56k modem | ||||
| * | Experimental support for queries returning multiple rowsets under mysql 5.0. | Wez Furlong | 2005-07-02 | 1 | -2/+10 |
| | | | | | | Patch from Guy Harrison (guy dot a dot harrison (at) gmail dot com) | ||||
| * | Remove "custom" PDDRV sqlstate. | Ilia Alshanetsky | 2005-06-27 | 1 | -1/+0 |
| | | |||||
| * | Fixed bogus query failure claim, on some queries such as OPTIMIZE table. | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+2 |
| | | |||||
| * | Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+15 |
| | | | | | | usage of buffered queries. | ||||
| * | Various compiler warning fixes. | Ilia Alshanetsky | 2005-05-18 | 1 | -1/+0 |
| | | |||||
| * | Make unix domain sockets work. | Ilia Alshanetsky | 2005-05-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed type mixup. | Ilia Alshanetsky | 2005-05-17 | 1 | -1/+1 |
| | | |||||
| * | fully distinguish between database and statement level errors | Hartmut Holzgraefe | 2005-02-27 | 1 | -4/+20 |
| | | |||||
| * | just to be sure ... | Hartmut Holzgraefe | 2005-02-27 | 1 | -0/+2 |
| | | |||||
| * | use auto generated error -> state mappings | Hartmut Holzgraefe | 2005-02-27 | 1 | -41/+14 |
| | | |||||
| * | fix comma | Wez Furlong | 2005-02-27 | 1 | -1/+1 |
| | | |||||
| * | Alan: moved your fields away, but reserved you a pointer. | Wez Furlong | 2005-02-26 | 1 | -2/+4 |
| | | | | | | | | | | | | | | Changed PDO::lastInsertId() to have following proto: string PDO::lastInsertId([string name]) this allows arbitrary unique identitifers to be returned from the driver. The optional name parameter is for databases that require additional contextual information to be able to return the correct identifier. None currently use it, but pgsql will be on the list of drivers that do. | ||||
| * | "SET SESSION" is not supported by MySQL 3.23, as session is the default | Hartmut Holzgraefe | 2005-02-21 | 1 | -2/+2 |
| | | | | | | scope for SET anyway we can drop the SESSION specifier (PECL Bug #3470) | ||||
| * | Fix connecting to remote host, patch by Tim Friebe | Wez Furlong | 2005-02-18 | 1 | -0/+1 |
| | | |||||
| * | Set auto-commit after establishing the connection, otherwise we have a crash. | Ilia Alshanetsky | 2005-02-13 | 1 | -2/+2 |
| | | |||||
| * | Fixed domain socket / named pipe handling | Hartmut Holzgraefe | 2005-02-13 | 1 | -7/+6 |
| | | |||||
| * | zts | Wez Furlong | 2005-02-13 | 1 | -2/+2 |
| | | |||||
| * | autocommit flag gets set always by PDO before invoking this method; | Wez Furlong | 2005-02-13 | 1 | -2/+2 |
| | | | | | | we should unconditionally inspect it here. | ||||
| * | autocommit setting done right | Hartmut Holzgraefe | 2005-02-13 | 1 | -1/+5 |
| | | |||||
| * | added MySQL transaction support | Hartmut Holzgraefe | 2005-02-13 | 1 | -4/+50 |
| | | |||||
| * | Fixed compiler warnings. | Ilia Alshanetsky | 2005-02-12 | 1 | -1/+1 |
| | | |||||
| * | only do this magic on non-win32 platforms | Wez Furlong | 2005-02-10 | 1 | -4/+7 |
| | | |||||
| * | update for api changes | Wez Furlong | 2005-02-06 | 1 | -1/+1 |
| | | |||||
| * | Eliminate unused parameter. | Wez Furlong | 2005-01-21 | 1 | -1/+1 |
| | | | | | | | Don't start a transaction when asking for a cursor with pgsql. Fix parameter binding for sqlite3 | ||||
| * | Allow drivers to select bind emulation on a per statement basis | Wez Furlong | 2005-01-18 | 1 | -1/+1 |
| | | |||||
| * | tidy up some parts of the build (could do with more work) | Wez Furlong | 2005-01-07 | 1 | -57/+33 |
| | | | | | | Partially implement SQLSTATE error codes | ||||
| * | Make error messages handle persistent environments properly. | Ilia Alshanetsky | 2004-09-23 | 1 | -3/+3 |
| | | |||||
| * | more method table adjustments. | Wez Furlong | 2004-09-23 | 1 | -1/+1 |
| | | | | | | | mysql driver needs work with the error message stuff. Other drivers need a bit more auditing... | ||||
| * | placeholder for someone to implement a ping for persistent connections | Wez Furlong | 2004-09-23 | 1 | -1/+2 |
| | | |||||
| * | - Fix shutdown problems | Marcus Boerger | 2004-07-28 | 1 | -1/+1 |
| | | |||||
| * | looks like this approach will give us our exceptions back | Wez Furlong | 2004-07-28 | 1 | -1/+3 |
| | | |||||
