summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use integer placeholders, since values can vary with the TDS versionAdam Baratz2016-09-051-3/+3
|/
* fix #ifdef usageRemi Collet2016-03-161-1/+1
* limit size of result set so unit test runs reliablyAdam Baratz2016-03-011-2/+2
* add test for bug #68957Anatol Belski2016-02-291-0/+29
* Fixed #54648 PDO::MSSQL forces format of datetime fieldsAnatol Belski2016-02-292-0/+45
* remove unneeded free partsAnatol Belski2016-02-291-22/+0
* 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
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
* 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
* Segmentation fault on pdo_dblib::nextRowset (bug #69757)MiRacLe.RPZ2015-10-181-2/+9
* bump yearXinchen Hui2015-01-155-5/+5
* Bump yearXinchen Hui2014-01-035-5/+5
* 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-034-58/+160
* Happy New YearXinchen Hui2013-01-015-5/+5
* Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOT...Xinchen Hui2012-10-121-1/+1
* - Year++Felipe Pena2012-01-015-5/+5
* - Fixed bug #60033 (Incorrectly merged PDO dblib patches break uniqueidentifi...Felipe Pena2011-10-121-2/+2
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* Cache the PDO include pathRasmus Lerdorf2011-05-151-5/+5
* - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)Felipe Pena2011-03-051-0/+19
* - Year++Felipe Pena2011-01-015-5/+5
* Remove non C90 quotesStanley Sufficool2010-09-291-3/+0
* Update getColumnMeta native types for SQL Server 2008Stanley Sufficool2010-09-261-49/+36
* Remove obsolete non phpt test script.Stanley Sufficool2010-07-241-31/+0
* pdo_dblib - improve test skip messagesStanley Sufficool2010-06-305-42/+15
* PDO DBLIB test fixupsStanley Sufficool2010-06-294-28/+41
* Remove PDO DBLIB prefix from PostgreSQL PDO testsStanley Sufficool2010-06-291-28/+0
* OopsStanley Sufficool2010-06-292-93/+1
* Add tests for recent fixesStanley Sufficool2010-06-297-0/+326
* Fix bad string lengthStanley Sufficool2010-06-281-1/+0
* 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 #52134Stanley Sufficool2010-06-221-8/+2
* Fix bug #38955 - add transaction supportStanley Sufficool2010-06-211-5/+39