summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Separate parm zval.Ilia Alshanetsky2007-04-171-0/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
|
* Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql).Ilia Alshanetsky2006-12-181-1/+6
|
* Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memoryIlia Alshanetsky2006-11-291-1/+1
| | | | | corruption on Windows in pgsql and pdo_pgsql extensions).
* Fixed bug #39656 (crash when calling fetch() on a PDO statment objectIlia Alshanetsky2006-11-281-1/+1
| | | | | after closeCursor()).
* Fixed compiler warningsIlia Alshanetsky2006-11-161-1/+2
|
* Sync with Unix buildEdin Kadribasic2006-10-111-1/+1
|
* Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible forIlia Alshanetsky2006-10-062-4/+7
| | | | | binary strings.
* Added PQescapeStringConn support to windows tooEdin Kadribasic2006-10-051-1/+1
|
* Added support for character sets in PDO quote() method for PostgreSQLIlia Alshanetsky2006-10-042-2/+14
| | | | | 8.1.4 and higher.
* Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).Ilia Alshanetsky2006-09-192-4/+9
| | | | | | | Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors). Fixed test for bug #38253 not to use faulty SQL that generates errors in PostgreSQL
* Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).Ilia Alshanetsky2006-08-011-4/+4
|
* Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-1/+0
|
* Fixed memory leaks when working with cursors in PDO PostgreSQL driver.Ilia Alshanetsky2006-05-082-0/+4
|
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-1/+1
|
* prep for pecl releaseWez Furlong2006-05-021-3/+11
|
* be aware of PDO_ATTR_EMULATE_PREPARESWez Furlong2006-04-091-3/+13
|
* The fix for #35332 caused #35671 (and thus PECL #6504).Wez Furlong2006-03-271-1/+5
| | | | | | Partially back out that fix and introduce an extra optional step for drivers to canonicalize the "name" that is used for registering parameters.
* fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined)Antony Dovgal2006-03-172-1/+24
|
* Be more verbose in phpinfo() outputEdin Kadribasic2006-03-142-0/+15
|
* Fixed buildEdin Kadribasic2006-03-131-1/+2
|
* - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).Derick Rethans2006-02-131-1/+1
|
* Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rowsIlia Alshanetsky2006-01-291-9/+12
| | | | | affected by the operation).
* bump year and license versionfoobar2006-01-015-15/+15
|
* - MFH Fix testsMarcus Boerger2005-12-311-0/+1
|
* - Get rid of compiler warnings (both postgres an dphp use these defines)Marcus Boerger2005-12-201-0/+5
|
* Fixed compiler warningIlia Alshanetsky2005-12-171-0/+3
|
* Retry on failed prepare resulting from duplicate statement name.Ilia Alshanetsky2005-12-172-5/+26
|
* - Fix TSRMMarcus Boerger2005-12-061-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-062-3/+3
|
* switch to package2.xmlWez Furlong2005-12-043-66/+80
|
* Fixed memory leaksIlia Alshanetsky2005-12-012-1/+5
|
* Fixed memory leakIlia Alshanetsky2005-11-302-2/+5
|
* Fixed compiler warningsIlia Alshanetsky2005-11-291-3/+1
|
* proto fixupsWez Furlong2005-11-291-14/+21
|
* Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink().Wez Furlong2005-11-299-22/+361
|
* set to 1.0 stable.Wez Furlong2005-11-262-4/+4
|
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
|
* Addresses #35338.Wez Furlong2005-11-254-44/+48
| | | | | | | | | | | | | | | | | | | | | | | Postgres client API is pretty poor, so we have zero idea about the actual parameter types in a statement. We now defer the preparation of a statement until the first call to execute is made. At that point, we have the parameters defined by the calling script, so we can use the typing specified there when we perform the prepare. For PDO_PARAM_LOB parameters, we set the binary formatting flag. We can't just set this flag for all parameters, because its meaning is not "string data, counted length" but "data is in native format". If this flag is set for a numeric column and we send the number 1 formatted as a string, then we will get an "insufficient data left in message" error message, because the library was expecting sizeof(int4) bytes but only saw 1 byte for "1". This is infuriating because we have no way to determine the datatypes for parameters, and the type we explicitly set has to match the type in the database. The only choice we're left with is telling postgres to deduce the type; we still have no idea what type was deduced.
* prep for PECL releaseWez Furlong2005-11-011-9/+10
|
* Fixed test for ZTS buildsIlia Alshanetsky2005-10-181-3/+3
|
* use the right macro for theseWez Furlong2005-10-011-1/+1
|
* Refs #34630Wez Furlong2005-09-241-0/+16
|
* Fixed testIlia Alshanetsky2005-09-221-1/+0
|
* Remove pointless PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
|
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-202-15/+15
|
* update package.xml files and version numbers, in anticipation of a big bunch ↵Wez Furlong2005-09-112-4/+4
| | | | of releases.
* if a php bolean makes it as far as the parameter callback, it must really needWez Furlong2005-09-102-0/+154
| | | | | | | to be boolean; express is as native pgsql 't' or 'f'. Add a test case for Bug #33876, which is a partially bogus bug.
* Don't crash on invalid parameter #34203 (Wez)Edin Kadribasic2005-09-031-9/+11
|
* - Bumber up yearfoobar2005-08-034-4/+4
|