| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ... | Wez Furlong | 2005-07-09 | 1 | -1/+1 |
* | ChangeLog update | | 2005-07-09 | 2 | -0/+56 |
* | 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 |
* | don't free the cols until we know we have another rowset | Wez Furlong | 2005-07-09 | 1 | -2/+1 |
* | Added cursor closer handler. | Ilia Alshanetsky | 2005-07-09 | 2 | -1/+9 |
* | Added missing header check. | Ilia Alshanetsky | 2005-07-09 | 1 | -0/+3 |
* | cursor_closer for SQLite. | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+8 |
* | Implement cursor_closer for MySQL driver. | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+8 |
* | for the transactions test case, detect working transactions before attempting... | Wez Furlong | 2005-07-09 | 2 | -5/+18 |
* | Fixed memory leak | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+11 |
* | Fix two bugs: | Wez Furlong | 2005-07-09 | 1 | -5/+6 |
* | Added: | Wez Furlong | 2005-07-09 | 5 | -21/+73 |
* | Safer way of allowing 'blank' user/pass. | Ilia Alshanetsky | 2005-07-09 | 2 | -4/+7 |
* | show ugly full path for failed redirected tests | foobar | 2005-07-09 | 1 | -1/+1 |
* | - No need to use convert_to_string_ex() when dealing with strings | foobar | 2005-07-09 | 1 | -3/+0 |
* | - Fixed bug #33588 (LDAP: RootDSE query not possible). | foobar | 2005-07-09 | 2 | -11/+22 |
* | Fix needed for PostgreSQL driver to allow $user & $pass to be supplied via | Ilia Alshanetsky | 2005-07-08 | 1 | -3/+3 |
* | Sanitazione | foobar | 2005-07-08 | 1 | -12/+3 |
* | fix leak | Wez Furlong | 2005-07-08 | 1 | -0/+5 |
* | - Regenerate using re2c 0.9.8 | Marcus Boerger | 2005-07-08 | 1 | -29/+29 |
* | - std not needed -> avoid warning | Marcus Boerger | 2005-07-08 | 1 | -2/+2 |
* | - Fix *printf(%lld) under windows | Marcus Boerger | 2005-07-08 | 1 | -1/+2 |
* | Fix Bug #33111 | Wez Furlong | 2005-07-08 | 1 | -3/+3 |
* | Fix #33618 | Wez Furlong | 2005-07-08 | 1 | -3/+2 |
* | Fix PECL #4753 | Wez Furlong | 2005-07-08 | 1 | -2/+2 |
* | fix tsrm build | Antony Dovgal | 2005-07-08 | 3 | -5/+5 |
* | rewrite original names to our preferred format | Wez Furlong | 2005-07-08 | 1 | -2/+13 |
* | generated file | Wez Furlong | 2005-07-08 | 1 | -1/+14 |
* | For named-parameter-to-named-parameter rewrites, we need to map the original | Wez Furlong | 2005-07-08 | 2 | -0/+19 |
* | Some of us don't have PostgreSQL 8.0 :) | Ilia Alshanetsky | 2005-07-08 | 1 | -1/+2 |
* | Missing bit of the previous patch. | Ilia Alshanetsky | 2005-07-08 | 1 | -1/+1 |
* | Fixed compiler warning. | Ilia Alshanetsky | 2005-07-08 | 1 | -2/+1 |
* | Add early support for native prepared statements in pgsql. | Wez Furlong | 2005-07-08 | 4 | -2/+145 |
* | Fix a shutdown order issue I saw in the pgsql driver. Hope this doesn't mess | Wez Furlong | 2005-07-08 | 1 | -12/+13 |
* | And the generated version of the parser | Wez Furlong | 2005-07-08 | 1 | -94/+194 |
* | add a bit of a hack to cater for pgsql prepared statements. | Wez Furlong | 2005-07-08 | 2 | -2/+17 |
* | and as a result, need to update the expected data | Wez Furlong | 2005-07-08 | 1 | -1/+1 |
* | we declare the column as NOT NULL, so inserting NULL is not a good idea. | Wez Furlong | 2005-07-08 | 1 | -1/+1 |
* | make use of T token | Antony Dovgal | 2005-07-08 | 1 | -4/+3 |
* | fix #33597 (setcookie() "expires" date format doesn't comply with RFC) | Antony Dovgal | 2005-07-08 | 2 | -3/+7 |
* | rename php_format_date() to date_format() | Antony Dovgal | 2005-07-08 | 2 | -6/+19 |
* | fix #33614 (memory leak in new strftime()) | Antony Dovgal | 2005-07-08 | 1 | -0/+4 |
* | Fixed HTTP basic authentication headers during subrequsts to xsd files | Dmitry Stogov | 2005-07-08 | 3 | -34/+87 |
* | Make sure we get a WARNING and not an ERROR here :) | foobar | 2005-07-08 | 1 | -6/+2 |
* | fix test when session.save_handler is "user" | foobar | 2005-07-08 | 2 | -0/+4 |