summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/dblib_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [-Wundef] warning in PDO DBLib extensionGeorge Peter Banyard2020-05-201-3/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Fix typoNikita Popov2019-09-091-1/+1
* Fix double free of DSN credentialsNikita Popov2019-09-091-2/+2
* PDO: support username & password specified in DSNSjon Hortensius2019-07-021-0/+10
* Remove yearly 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
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instancefandrieu2017-11-101-0/+71
* Fix #74243: allow locales.conf to drive datetime formatfandrieu2017-10-311-0/+9
* Implemented request #69592: allow 0-column rowsets to be skipped automaticallyfandrieu2017-10-171-0/+9
* Add PDO parameter types for national character set stringsAdam Baratz2017-03-201-2/+34
* Style cleanupAdam Baratz2017-03-201-5/+4
* Expose DB-Library version as \PDO::DBLIB_ATTR_VERSION attribute on \PDO instanceAdam Baratz2017-01-271-0/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* 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-071-3/+2
|\
| * Clean up tabs and whitespaceAdam Baratz2016-12-071-3/+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
|/
* Ignore potentially misleading dberr valuesChris Kings-Lynne2016-09-261-2/+2
* Move dtor before memory freed to avoid invalid readAdam Baratz2016-09-211-1/+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-131-0/+1
* Allow \PDO::setAttribute() to set pdo_dblib query timeoutsAdam Baratz2016-09-131-4/+3
* Never quote values as raw binary dataAdam Baratz2016-09-121-38/+12
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-09-051-0/+6
|\
| * Recognize TDS versions 7.3 and 7.4Lior Kaplan2016-08-071-0/+6
* | pdo_dblib: stringify uniqidentifier fieldAlexander Zhuravlev2016-08-251-10/+25
* | Use size_t instead of int for loop counterAdam Baratz2016-07-051-1/+1
* | fix bug #71667 (emulate how mssql extension names "computed" columns)Adam Baratz2016-04-061-0/+1
* | Add driver-specific attributes for controlling calls to dbsetlogintime() and ...Adam Baratz2016-04-051-2/+12
* | Fix #71943: dblib_handle_quoter needs to allocate an extra byteAdam Baratz2016-04-041-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-291-4/+3
|\ \ | |/
| * fix C89 compatAnatol Belski2016-02-291-2/+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
| * bump yearXinchen Hui2015-01-151-1/+1
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-4/+4
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-32/+32
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-20/+20
* | Fixed Bug #52885 - PDO_DBLIB: Binary data may be truncatedSTANLEY SUFFICOOL2014-10-241-21/+48
* | Implement Bug #66062 - pdo_dblib enable timeout parameterSTANLEY SUFFICOOL2014-10-221-8/+31
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-5/+5
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-2/+2