summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
Commit message (Collapse)AuthorAgeFilesLines
* Corrected patch for bug #60616Keyur Govande2014-07-301-1/+6
| | | | | | | | | | | For unixODBC, use ODBC version as defined by it (as of v2.2.14 it is 3.5). This allows us to use newer features like SQL_DESC_OCTET_LENGTH (which returns the number of bytes required to store the data). This fixes the issue in #60616. If the newer version is not available, over-allocate to accomodate 4-byte Unicode characters for CHAR and VARCHAR datatypes (and their Wide counterparts). version. Fixed a couple of failing tests.
* Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)Keyur Govande2014-07-281-1/+1
| | | | | | | | | The ODBC extension did not support WVARCHAR. WVARCHAR ends up being handled by the default handler where vallen is set by the driver to the actual bytes needed for the field. If it is larger than default-lrl then the output is corrupted (reading past the buffer) because the return functions don't expect that to happen. The patch add support to handle WVARCHAR just like a regular VARCHAR.
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Fixed bug #65950 Field name truncation if the field name is bigger than 32 ↵Yasuo Ohgaki2013-10-261-1/+1
| | | | characters
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Added odbc.default_cursortype to control the ODBC cursormodelPatrick van Kleef2008-08-291-0/+1
| | | | | | (bug #43668) #[DOC]
* - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)Patrick van Kleef2008-08-291-16/+20
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* fix odbc resource handling, patch by Dave LawsonStanislav Malyshev2007-03-131-1/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fix #37848 (ext/odbc compile failure)Antony Dovgal2006-06-191-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+3
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)foobar2005-05-101-1/+1
|
* Add support for ODBCRouterWez Furlong2005-01-131-0/+14
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Revert the patch per Dan\´s requestfoobar2003-08-281-2/+2
|
* Committing a patch for IBM DB2 BLOB support submitted by Clara LiuDan Kalowsky2003-08-271-2/+2
| | | | | | | | (clara@zealworks.com). # I haven't had time to completely test this patch, a few users have stated # that it works well for them and a few others want to test with windows # builds, hence the submission.
* WS fixfoobar2003-07-141-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* * email address changeStig Bakken2003-03-181-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* WSDan Kalowsky2002-07-311-5/+5
|
* - Fixed bug #15803 (and propably others related too, part 2/2)foobar2002-06-141-0/+287
. Changed the configure/compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. Informix) . Separated the #include statements to own file so we don't get any errors when compiling main/internal_functions.c