summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc
Commit message (Expand)AuthorAgeFilesLines
* Fix for #36342; ODBC won't let you bind variables by buffer after "long"Wez Furlong2006-03-272-3/+9
* Possible fixes for #35552, #35592 and #35620.Wez Furlong2005-12-141-9/+34
* switch to package2.xmlWez Furlong2005-12-043-52/+70
* set to 1.0 stable.Wez Furlong2005-11-262-5/+5
* Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend exten...Wez Furlong2005-11-251-2/+2
* Add pdo_odbc.db2_instance_name ini setting when built against DB2.Wez Furlong2005-11-251-0/+27
* prep for pecl releaseWez Furlong2005-11-011-8/+7
* Apply patch for #34900, sight unseen.Dan Scott2005-10-181-4/+4
* Fix for PECL #5433 (rowCount() not set)Wez Furlong2005-09-301-0/+4
* ensure that this size is initialized correctlyWez Furlong2005-09-261-1/+5
* MFH: use PDO:: class constantsWez Furlong2005-09-202-6/+6
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-112-4/+4
* prep for pecl releaseWez Furlong2005-07-273-8/+41
* try to make the test a bit more portableWez Furlong2005-07-191-3/+9
* this should always be a string here, but just in case, convert it.Wez Furlong2005-07-191-0/+1
* if we didn't detect an error, don't return -1 rows, as that means that we fou...Wez Furlong2005-07-191-0/+3
* Closes #33533 by implementing proper dynamic fetching of long text columns.Wez Furlong2005-07-192-13/+126
* Limit the size of columns to 64K, so we don't try to allocate 2GB for each textWez Furlong2005-07-191-0/+6
* Fix #33624, mysterious crashes on shutdown on win32Wez Furlong2005-07-101-11/+9
* Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ...Wez Furlong2005-07-091-1/+1
* don't free the cols until we know we have another rowsetWez Furlong2005-07-091-2/+1
* DB2 wants us to use the proper ODBC 3 function for closing a cursor.Wez Furlong2005-07-071-4/+4
* more paranoia about the attribute param here tooWez Furlong2005-07-071-1/+3
* Hmm, these ldflags went AWOL.Wez Furlong2005-07-071-2/+2
* Fix handling of parameter binding.Wez Furlong2005-07-075-47/+130
* replace pdo_odbc tests with new redirection thingyWez Furlong2005-07-0630-1816/+46
* build related adjustments.Wez Furlong2005-06-222-2/+15
* Bring PDO_ODBC tests in sync with PDO base tests.Dan Scott2005-06-159-2/+523
* Partial revert: AC_DEFINE / PHP_HAVE_DEF need to be called once only per macrofoobar2005-06-141-31/+29
* - Fixed some places which might cause problemsfoobar2005-06-141-48/+56
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-19/+9
* hunting for a bug. Looks like it might be yet-another-mysterious-shutdown pr...Wez Furlong2005-06-111-13/+12
* PDO_ODBC returns strings for all data types. Bring expected output in line.Dan Scott2005-06-111-8/+8
* become a better config.m4 citizenWez Furlong2005-06-111-3/+4
* Fix for PECL #3714: beginTransaction doesn't work if you're in auto-commit mode.Wez Furlong2005-06-111-2/+32
* test commitWez Furlong2005-06-061-0/+2
* - Unify the "configure --help" textsfoobar2005-05-291-25/+18
* Removed unused var.Ilia Alshanetsky2005-04-191-3/+2
* Add test for PDOStatement::getColumnMeta().Dan Scott2005-03-091-0/+84
* Add simple tests for insert through PDO::prepare/PDOStatement::execute.Dan Scott2005-03-081-0/+20
* Add a test for PDOStatement::columnCount().Dan Scott2005-03-081-0/+21
* Test PDO::beginTransaction and PDO::rollBack.Dan Scott2005-03-051-0/+21
* Missed this one...Dan Scott2005-03-051-0/+183
* One more PDO_ODBC test (tested with DB2 V8.2).Dan Scott2005-03-031-0/+81
* Next three tests for PDO_ODBC (tested with DB2 V8.2).Dan Scott2005-03-033-0/+184
* Next batch of tests for PDO_ODBC (tested against DB2 V8.2).Dan Scott2005-03-034-0/+244
* Begin porting standard PDO tests to PDO_ODBC, testing against DB2.Dan Scott2005-03-039-0/+452
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+3
* symlinked pdo drivers under ext.Wez Furlong2005-02-171-3/+3
* fix aclocal "underquoted argument" warningsHartmut Holzgraefe2005-02-131-1/+1