summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/odbc_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-181-2/+12
|\
| * Fix #80783: PDO ODBC truncates BLOB records at every 256th byteChristoph M. Becker2021-03-181-2/+12
* | Fix signed/unsigned warnings in PDO ODBCNikita Popov2021-03-171-3/+3
* | Properly initialize displaysizeChristoph M. Becker2020-06-241-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-171-5/+19
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-171-5/+19
| |\
| | * Fix #79038: PDOStatement::nextRowset() leaks column valuesChristoph M. Becker2020-02-171-5/+19
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-141-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