summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/dblib_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Remove noop param hookAdam Baratz2016-12-071-7/+1
* PHP bug 67130: nextRowset should work with unfetched rowsPeter LeBrun2016-09-211-2/+23
* Free error and message strings when cleaning up PDO instances that use pdo_dblibAdam Baratz2016-09-131-16/+0
* Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versionsAdam Baratz2016-09-131-7/+10
* pdo_dblib: stringify uniqidentifier fieldAlexander Zhuravlev2016-08-251-5/+16
* fix bug #71667 (emulate how mssql extension names "computed" columns)Adam Baratz2016-04-061-5/+15
* return zvals instead of strings, cast or not based on stringify attributeAdam Baratz2016-04-061-66/+164
* Add driver-specific attributes for controlling calls to dbsetlogintime() and ...Adam Baratz2016-04-051-0/+20
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-03-161-1/+1
|\
| * fix #ifdef usageRemi Collet2016-03-161-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-291-0/+19
|\ \ | |/
| * Fixed #54648 PDO::MSSQL forces format of datetime fieldsAnatol Belski2016-02-291-0/+19
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-291-22/+0
|\ \ | |/
| * remove unneeded free partsAnatol Belski2016-02-291-22/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-291-0/+22
|\ \ | |/
| * fix leaks and add one more NULL checkAnatol Belski2016-02-291-3/+17
| * add NULL checkAnatol Belski2016-02-291-2/+4
| * fix arg typeAnatol Belski2016-02-291-1/+1
* | 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
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2015-10-181-4/+14
|\ \ | |/
| * C89 compatAnatol Belski2015-10-181-3/+4
| * use spprintf instead (no need to estrdup afterwards).MiRacLe.RPZ2015-10-181-4/+3
| * dblib's dbcolname can return null in some casesMiRacLe.RPZ2015-10-181-1/+1
| * Segmentation fault on pdo_dblib::nextRowset (bug #69757)MiRacLe.RPZ2015-10-181-2/+9
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-4/+5
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-40/+40
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-13/+13
* | Fixed bug #64511 - pdo_dblib segfaults or leaks on nextRowset()Stanley Sufficool2014-10-221-12/+6
* | Fix bug #67134 (PDO_DBLIB Missing null string terminator)Stanley Sufficool2014-10-201-3/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-8/+8
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-3/+3
* | basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix PDO_DBLIB bugs: #64338, #64808, #63638Stanley Sufficool2013-06-031-35/+64
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #60033 (Incorrectly merged PDO dblib patches break uniqueidentifi...Felipe Pena2011-10-121-2/+2
* - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)Felipe Pena2011-03-051-0/+19
* - Year++Felipe Pena2011-01-011-1/+1
* Remove non C90 quotesStanley Sufficool2010-09-291-3/+0
* Update getColumnMeta native types for SQL Server 2008Stanley Sufficool2010-09-261-49/+36
* Fix bad string lengthStanley Sufficool2010-06-281-1/+0
* Fix bug #52134Stanley Sufficool2010-06-221-8/+2
* Fix bug #45876 adding get column metaStanley Sufficool2010-06-211-1/+83