summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* Ignore potentially misleading dberr valuesChris Kings-Lynne2016-09-261-2/+2
* Limit size of result set for test queryAdam Baratz2016-09-211-1/+1
* PHP bug 67130: nextRowset should work with unfetched rowsPeter LeBrun2016-09-212-2/+59
* Move dtor before memory freed to avoid invalid readAdam Baratz2016-09-211-1/+1
* Skip test for early TDS versionsAdam Baratz2016-09-141-0/+1
* Adjust error formatting so ext/pdo/tests/bug_43130.phpt passes with pdo_dblibAdam Baratz2016-09-131-0/+5
* Free error and message strings when cleaning up PDO instances that use pdo_dblibAdam Baratz2016-09-134-16/+23
* Add common suiteAdam Baratz2016-09-131-0/+17
* Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versionsAdam Baratz2016-09-134-12/+56
* Allow \PDO::setAttribute() to set pdo_dblib query timeoutsAdam Baratz2016-09-132-4/+33
* Never quote values as raw binary dataAdam Baratz2016-09-122-38/+14
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-09-051-0/+6
|\
| * Merge branch 'pull-request/2061' into PHP-5.6Stanislav Malyshev2016-09-051-0/+6
| |\
| | * Recognize TDS versions 7.3 and 7.4Lior Kaplan2016-08-071-0/+6
* | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-09-051-2/+2
|\ \ \ | |/ /
| * | Use integer placeholders, since values can vary with the TDS versionAdam Baratz2016-09-051-3/+3
| |/
* | pdo_dblib: stringify uniqidentifier fieldAlexander Zhuravlev2016-08-255-16/+112
* | Correct for connection with PDO::ATTR_STRINGIFY_FETCHES set to falseAdam Baratz2016-07-081-6/+6
* | Use size_t instead of int for loop counterAdam Baratz2016-07-051-1/+1
* | fix testAnatol Belski2016-04-061-1/+1
* | fix bug #71667 (emulate how mssql extension names "computed" columns)Adam Baratz2016-04-064-5/+51
* | return zvals instead of strings, cast or not based on stringify attributeAdam Baratz2016-04-065-75/+239
* | fix testAnatol Belski2016-04-061-2/+6
* | add skip slow testAnatol Belski2016-04-061-0/+1
* | Add driver-specific attributes for controlling calls to dbsetlogintime() and ...Adam Baratz2016-04-055-2/+90
* | Fix #71943: dblib_handle_quoter needs to allocate an extra byteAdam Baratz2016-04-042-2/+26
* | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-03-161-1/+1
|\ \ | |/
| * fix #ifdef usageRemi Collet2016-03-161-1/+1
* | Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-021-2/+2
|\ \ | |/
| * limit size of result set so unit test runs reliablyAdam Baratz2016-03-011-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-291-0/+29
|\ \ | |/
| * add test for bug #68957Anatol Belski2016-02-291-0/+29
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-292-0/+45
|\ \ | |/
| * Fixed #54648 PDO::MSSQL forces format of datetime fieldsAnatol Belski2016-02-292-0/+45
* | 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-292-4/+25
|\ \ | |/
| * fix leaks and add one more NULL checkAnatol Belski2016-02-291-3/+17
| * add NULL checkAnatol Belski2016-02-291-2/+4
| * fix C89 compatAnatol Belski2016-02-291-2/+1
| * fix arg typeAnatol Belski2016-02-291-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2015-10-182-4/+46
|\ \ | |/
| * 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
| * testcase fot bug #69757MiRacLe.RPZ2015-10-181-0/+32