summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/dblib_driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws P...Felipe Pena2009-09-101-5/+5
* MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOExceptionJohannes Schlüter2009-06-291-0/+2
* MFHSteph Fox2009-03-191-1/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-1/+1
* - Fix datefoobar2006-01-011-3/+3
* MFH: Fixed bug #34777 (Crash in dblib when fetching non-existent error info).Ilia Alshanetsky2005-10-091-1/+3
* use pdo core test suite.Wez Furlong2005-07-201-3/+6
* Enable unix build for dblib/sybase/freetds.Wez Furlong2005-07-121-1/+3
* update for api changesWez Furlong2005-02-061-1/+1
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1