summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-257-14/+1
* year++Xinchen Hui2018-01-025-5/+5
* Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-142-2/+2
* Move constants into read-only data segmentDmitry Stogov2017-12-143-4/+4
* Treat DATETIME2 columns like DATETIMEfandrieu2017-11-103-0/+45
* Use TDS version attribute to determine whether to skip testsAdam Baratz2017-11-103-18/+4
* Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instancefandrieu2017-11-104-0/+90
* Fix comment styleAdam Baratz2017-11-101-2/+3
* More robust handling of stringified column dataAdam Baratz2017-11-102-19/+50
* Output column data for easier debuggingAdam Baratz2017-11-081-31/+31
* Fix #74243: allow locales.conf to drive datetime formatfandrieu2017-10-315-27/+100
* 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-175-3/+84
* Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-76/+0
* remove checks for eol dependenciesAnatol Belski2017-07-101-32/+1
* Add PDO parameter types for national character set stringsAdam Baratz2017-03-204-3/+83
* Style cleanupAdam Baratz2017-03-201-5/+4
* Add test coverage for bug #72969Adam Baratz2017-01-277-0/+571
* Expose DB-Library version as \PDO::DBLIB_ATTR_VERSION attribute on \PDO instanceAdam Baratz2017-01-274-0/+23
* style cleanupAdam Baratz2017-01-271-8/+11
* Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
* Add "Sent SQL" to debug dump for emulated preparesAdam Baratz2016-12-201-0/+5
* Remove PDOStatement::activeQueryString()Adam Baratz2016-12-201-5/+0
* Merge branch 'PHP-7.1'Adam Baratz2016-12-075-13/+3
|\
| * Remove noop param hookAdam Baratz2016-12-071-7/+1
| * Clean up tabs and whitespaceAdam Baratz2016-12-074-6/+2
* | Revert "Remove PDOStatement::activeQueryString()"Adam Baratz2016-11-171-0/+5
* | Remove PDOStatement::activeQueryString()Adam Baratz2016-11-161-5/+0
* | Add PDOStatement::activeQueryString()Adam Baratz2016-11-151-0/+5
* | 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-273-4/+34
* | 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
* | add myself to pdo_dblib CREDITSAdam Baratz2016-10-271-1/+1
|/
* Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-261-2/+2
|\
| * Ignore potentially misleading dberr valuesChris Kings-Lynne2016-09-261-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-211-1/+1
|\ \ | |/
| * Limit size of result set for test queryAdam Baratz2016-09-211-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-212-2/+59
|\ \ | |/
| * PHP bug 67130: nextRowset should work with unfetched rowsPeter LeBrun2016-09-212-2/+59
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-211-1/+1
|\ \ | |/
| * Move dtor before memory freed to avoid invalid readAdam Baratz2016-09-211-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-141-0/+1
|\ \ | |/
| * Skip test for early TDS versionsAdam Baratz2016-09-141-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-135-16/+45
|\ \ | |/