summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/dblib_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [-Wundef] warning in PDO DBLib extensionGeorge Peter Banyard2020-05-201-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-141-1/+1
* Treat DATETIME2 columns like DATETIMEfandrieu2017-11-101-0/+6
* More robust handling of stringified column dataAdam Baratz2017-11-101-19/+46
* Fix #74243: allow locales.conf to drive datetime formatfandrieu2017-10-311-27/+52
* Use size_t instead of int, use more specific format stringAdam Baratz2017-10-311-2/+2
* Implemented request #69592: allow 0-column rowsets to be skipped automaticallyfandrieu2017-10-171-3/+12
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.1'Adam Baratz2016-12-071-7/+1
|\
| * Remove noop param hookAdam Baratz2016-12-071-7/+1
* | Use more accurate types to avoid compiler warningsAdam Baratz2016-10-311-10/+11
* | Fix comment styleAdam Baratz2016-10-311-2/+4
* | Fix #73396: bigint columns are returned as stringsAdam Baratz2016-10-271-4/+13
* | Remove unneeded macro check. This "hack" is replicated in php_pdo_dblib_int.h.Adam Baratz2016-10-271-4/+0
* | remove unread varAdam Baratz2016-10-271-2/+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