Revision tags: RELEASE_0_9_0 |
|
#
766e4b3c |
| 14-Sep-2005 |
Ilia Alshanetsky |
MFH: Fix error detection for queries such as OPTIMIZE
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
b247dc34 |
| 31-Aug-2005 |
George Schlossnagle |
MFH, fix 34072
|
Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9 |
|
#
97e8c6f4 |
| 20-Jul-2005 |
Ilia Alshanetsky |
Proper handling for databases that need to pre-calculate length of large columns, which is not normally done for performance reasons.
|
Revision tags: php-5.1.0b3 |
|
#
695e195a |
| 14-Jul-2005 |
Wez Furlong |
keep this as a placeholder for debugging weird regressions
|
#
5232c4a5 |
| 12-Jul-2005 |
Andrey Hristov |
ok, call pdo_mysql_error() before returning -1
|
#
8899425e |
| 12-Jul-2005 |
Andrey Hristov |
strictly check the result of mysql_affected_rows()
|
#
e21f5f95 |
| 11-Jul-2005 |
Ilia Alshanetsky |
A bit of further tuning.
|
#
97499262 |
| 11-Jul-2005 |
Andrey Hristov |
- mysql_affected_rows() already returns an unsigned long - optimize a bit the real_escape - handle the situation when libmysql bails out because of lack of memory
|
Revision tags: php-4.4.0 |
|
#
168b6500 |
| 08-Jul-2005 |
Wez Furlong |
Fix #33618
|
#
22896664 |
| 07-Jul-2005 |
Ilia Alshanetsky |
Fixed memory leak
|
#
d7e5dfb2 |
| 03-Jul-2005 |
Wez Furlong |
Enable native mysql 4.1.x prepared statement support # the hardest part was installing 4.1.x on a gentoo box over a 56k modem
|
#
1bbab254 |
| 02-Jul-2005 |
Wez Furlong |
Experimental support for queries returning multiple rowsets under mysql 5.0. Patch from Guy Harrison (guy dot a dot harrison (at) gmail dot com)
|
Revision tags: php-4.4.0RC2 |
|
#
fb7c1f05 |
| 27-Jun-2005 |
Ilia Alshanetsky |
Remove "custom" PDDRV sqlstate.
|
#
09f05235 |
| 24-Jun-2005 |
Ilia Alshanetsky |
Fixed bogus query failure claim, on some queries such as OPTIMIZE table.
|
#
348c0cdd |
| 24-Jun-2005 |
Ilia Alshanetsky |
Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle usage of buffered queries.
|
Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
fa0e534f |
| 18-May-2005 |
Ilia Alshanetsky |
Various compiler warning fixes.
|
#
53ee3481 |
| 17-May-2005 |
Ilia Alshanetsky |
Make unix domain sockets work.
|
#
746b89df |
| 17-May-2005 |
Ilia Alshanetsky |
Fixed type mixup.
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
f7e8fcb8 |
| 27-Feb-2005 |
Hartmut Holzgraefe |
fully distinguish between database and statement level errors
|
#
fa5070b3 |
| 27-Feb-2005 |
Hartmut Holzgraefe |
just to be sure ...
|
#
d3fcc41b |
| 27-Feb-2005 |
Hartmut Holzgraefe |
use auto generated error -> state mappings
|
#
cbe40ddd |
| 27-Feb-2005 |
Wez Furlong |
fix comma
|
#
2c5b2fc1 |
| 26-Feb-2005 |
Wez Furlong |
Alan: moved your fields away, but reserved you a pointer. Changed PDO::lastInsertId() to have following proto: string PDO::lastInsertId([string name]) this allows a
Alan: moved your fields away, but reserved you a pointer. 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.
show more ...
|
#
0ef339df |
| 21-Feb-2005 |
Hartmut Holzgraefe |
"SET SESSION" is not supported by MySQL 3.23, as session is the default scope for SET anyway we can drop the SESSION specifier (PECL Bug #3470)
|
Revision tags: RELEASE_0_2_4 |
|
#
86708673 |
| 18-Feb-2005 |
Wez Furlong |
Fix connecting to remote host, patch by Tim Friebe
|