summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/dblib_driver.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Clean up tabs and whitespaceAdam Baratz2016-12-071-3/+2
* 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
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+4
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix bug #64338 pdo_dblib can't connect to Azure SQLStanley Sufficool2013-10-051-19/+13
* Merge branch 'PHP-5.5'Derick Rethans2013-09-271-0/+2
|\
| * FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driverStanley Sufficool2013-09-261-0/+2
* | Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOT...Stanislav Malyshev2013-08-041-1/+1
|/
* Fix Bug #65219Stanley Sufficool2013-07-141-6/+6
* - Fixed build on FreeTDS 0.82Felipe Pena2013-07-031-0/+6
* Fix PDO_DBLIB bugs: #64338, #64808, #63638Stanley Sufficool2013-06-031-21/+82
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOT...Xinchen Hui2012-10-121-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Actually fix quoted identifiers this timeStanley Sufficool2010-06-241-1/+1
* Fix Bug #47588 - Allow Quoted IdentifiersStanley Sufficool2010-06-231-1/+4
* Fix bug #52137 - implement lastInsertIdStanley Sufficool2010-06-221-1/+46
* Fix bug #38955 - add transaction supportStanley Sufficool2010-06-211-5/+39
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1