Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected patch for bug #60616 | Keyur Govande | 2014-07-30 | 1 | -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 Govande | 2014-07-28 | 1 | -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 year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #65950 Field name truncation if the field name is bigger than 32 ↵ | Yasuo Ohgaki | 2013-10-26 | 1 | -1/+1 |
| | | | | characters | ||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Added odbc.default_cursortype to control the ODBC cursormodel | Patrick van Kleef | 2008-08-29 | 1 | -0/+1 |
| | | | | | | (bug #43668) #[DOC] | ||||
* | - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666) | Patrick van Kleef | 2008-08-29 | 1 | -16/+20 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | fix odbc resource handling, patch by Dave Lawson | Stanislav Malyshev | 2007-03-13 | 1 | -1/+0 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix #37848 (ext/odbc compile failure) | Antony Dovgal | 2006-06-19 | 1 | -1/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -3/+3 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems) | foobar | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | Add support for ODBCRouter | Wez Furlong | 2005-01-13 | 1 | -0/+14 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Revert the patch per Dan\´s request | foobar | 2003-08-28 | 1 | -2/+2 |
| | |||||
* | Committing a patch for IBM DB2 BLOB support submitted by Clara Liu | Dan Kalowsky | 2003-08-27 | 1 | -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 fix | foobar | 2003-07-14 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | WS | Dan Kalowsky | 2002-07-31 | 1 | -5/+5 |
| | |||||
* | - Fixed bug #15803 (and propably others related too, part 2/2) | foobar | 2002-06-14 | 1 | -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 |