summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/odbc_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fix ODBC bug for varchars returning with length zeroElizabeth Marie Smith2016-04-011-0/+18
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-24/+24
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-22/+22
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-12/+12
* | basic macro replacements, all at onceAnatol Belski2014-08-191-9/+9
* | ext/pdo_odbc support for phpng (tested with unixODBC and mysql driver)Dmitry Stogov2014-08-121-49/+65
|/
* Fix #50444: PDO-ODBC changes for 64-bitAndrew Kehrig2014-04-201-2/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* - Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries) patch b...Felipe Pena2013-12-221-1/+2
* fixed possibly uninitialized value usageAnatol Belski2013-12-171-1/+1
* Remove some compilation warnings:Christopher Jones2013-08-201-2/+6
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* Fix for bug #62379 was missing in 5.3Anatoliy Belsky2012-07-171-45/+36
* Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).Ilia Alshanetsky2012-03-141-5/+7
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed data type usage in 64bitFelipe Pena2011-06-271-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: Fixed bug #48913 (Too long error code strings in pdo_odbc driver)Felipe Pena2009-07-151-2/+2
* MFH: Cast to SQLUSMALLINTKalle Sommer Nielsen2009-05-191-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-2/+2
* [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicod...Elizabeth Marie Smith2008-03-131-22/+221
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix for PECL #7755; use the displayable column width as the basis for ourWez Furlong2006-10-111-4/+21
* Fix for PECL bug #8944. Could also be the same problem as pecl #7775.Wez Furlong2006-10-111-2/+14
* Fix for #36342; ODBC won't let you bind variables by buffer after "long"Wez Furlong2006-03-271-2/+6
* Fix for PECL #5433 (rowCount() not set)Wez Furlong2005-09-301-0/+4
* this should always be a string here, but just in case, convert it.Wez Furlong2005-07-191-0/+1
* Closes #33533 by implementing proper dynamic fetching of long text columns.Wez Furlong2005-07-191-13/+88
* Limit the size of columns to 64K, so we don't try to allocate 2GB for each textWez Furlong2005-07-191-0/+6
* 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
* Fix handling of parameter binding.Wez Furlong2005-07-071-25/+107
* Removed unused var.Ilia Alshanetsky2005-04-191-3/+2
* tidy up error caseWez Furlong2005-02-131-5/+4
* typo-fix error messageWez Furlong2005-02-131-2/+1
* a working implementation of LOB input parameters for ODBC.Wez Furlong2005-02-071-17/+16