Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C89 compat | Anatol Belski | 2015-10-18 | 1 | -3/+4 |
| | |||||
* | use spprintf instead (no need to estrdup afterwards). | MiRacLe.RPZ | 2015-10-18 | 1 | -4/+3 |
| | |||||
* | dblib's dbcolname can return null in some cases | MiRacLe.RPZ | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | testcase fot bug #69757 | MiRacLe.RPZ | 2015-10-18 | 1 | -0/+32 |
| | |||||
* | Segmentation fault on pdo_dblib::nextRowset (bug #69757) | MiRacLe.RPZ | 2015-10-18 | 1 | -2/+9 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | |||||
* | Fix bug #64338 pdo_dblib can't connect to Azure SQL | Stanley Sufficool | 2013-10-05 | 1 | -19/+13 |
| | |||||
* | Merge branch 'PHP-5.5' | Derick Rethans | 2013-09-27 | 1 | -0/+2 |
|\ | |||||
| * | FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver | Stanley Sufficool | 2013-09-26 | 1 | -0/+2 |
| | | |||||
* | | Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, ↵ | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
|/ | | | | | | | | | | DBQUOTEDIDENT, 1)) The exists test should has covered this bug Conflicts: ext/pdo_dblib/dblib_driver.c | ||||
* | Fix Bug #65219 | Stanley Sufficool | 2013-07-14 | 1 | -6/+6 |
| | | | | DBSETLDBNAME should be called before login to set DBNAME in login record | ||||
* | - Fixed build on FreeTDS 0.82 | Felipe Pena | 2013-07-03 | 1 | -0/+6 |
| | |||||
* | Fix PDO_DBLIB bugs: #64338, #64808, #63638 | Stanley Sufficool | 2013-06-03 | 4 | -58/+160 |
| | | | | Synchronize with master | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, ↵ | Xinchen Hui | 2012-10-12 | 1 | -1/+1 |
| | | | | | | DBQUOTEDIDENT, 1)) The exists test should has covered this bug | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | |||||
* | - Fixed bug #60033 (Incorrectly merged PDO dblib patches break ↵ | Felipe Pena | 2011-10-12 | 1 | -2/+2 |
| | | | | uniqueidentifier column type) | ||||
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Cache the PDO include path | Rasmus Lerdorf | 2011-05-15 | 1 | -5/+5 |
| | |||||
* | - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field) | Felipe Pena | 2011-03-05 | 1 | -0/+19 |
| | | | | | | # initial patch by: mjh at hodginsmedia dot com (5.3) # trunk version by me | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | |||||
* | Remove non C90 quotes | Stanley Sufficool | 2010-09-29 | 1 | -3/+0 |
| | |||||
* | Update getColumnMeta native types for SQL Server 2008 | Stanley Sufficool | 2010-09-26 | 1 | -49/+36 |
| | |||||
* | Remove obsolete non phpt test script. | Stanley Sufficool | 2010-07-24 | 1 | -31/+0 |
| | |||||
* | pdo_dblib - improve test skip messages | Stanley Sufficool | 2010-06-30 | 5 | -42/+15 |
| | |||||
* | PDO DBLIB test fixups | Stanley Sufficool | 2010-06-29 | 4 | -28/+41 |
| | |||||
* | Remove PDO DBLIB prefix from PostgreSQL PDO tests | Stanley Sufficool | 2010-06-29 | 1 | -28/+0 |
| | |||||
* | Oops | Stanley Sufficool | 2010-06-29 | 2 | -93/+1 |
| | |||||
* | Add tests for recent fixes | Stanley Sufficool | 2010-06-29 | 7 | -0/+326 |
| | |||||
* | Fix bad string length | Stanley Sufficool | 2010-06-28 | 1 | -1/+0 |
| | |||||
* | Actually fix quoted identifiers this time | Stanley Sufficool | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Fix Bug #47588 - Allow Quoted Identifiers | Stanley Sufficool | 2010-06-23 | 1 | -1/+4 |
| | |||||
* | Fix bug #52137 - implement lastInsertId | Stanley Sufficool | 2010-06-22 | 1 | -1/+46 |
| | |||||
* | Fix bug #52134 | Stanley Sufficool | 2010-06-22 | 1 | -8/+2 |
| | |||||
* | Fix bug #38955 - add transaction support | Stanley Sufficool | 2010-06-21 | 1 | -5/+39 |
| | |||||
* | Fix bug #45876 adding get column meta | Stanley Sufficool | 2010-06-21 | 1 | -1/+83 |
| | |||||
* | - Fixed build and next_rowset prototype | Felipe Pena | 2010-06-02 | 1 | -5/+3 |
| | |||||
* | Fix bug #50755 & Enable multiple rowsets [DOC] | Stanley Sufficool | 2010-05-31 | 2 | -203/+114 |
| | |||||
* | Fixed bug #51213 (pdo_mssql is trimming value of the money column). | Ilia Alshanetsky | 2010-03-08 | 1 | -1/+8 |
| | |||||
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -5/+5 |
| | |||||
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -5/+5 |
| | | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there. | ||||
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -5/+5 |
| | | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief. | ||||
* | - Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws ↵ | Felipe Pena | 2009-09-10 | 1 | -5/+5 |
| | | | | PDOException SQLSTATE[] (null) (severity 0)) | ||||
* | MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException | Johannes Schlüter | 2009-06-29 | 1 | -0/+2 |
| | | | | | "SQLSTATE[] (null)") (Felipe) | ||||
* | MFH: Fixed shared build | Kalle Sommer Nielsen | 2009-05-20 | 1 | -0/+4 |
| | |||||
* | MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not ↵ | Kalle Sommer Nielsen | 2009-05-19 | 3 | -3/+15 |
| | | | | found | ||||
* | MFH | Steph Fox | 2009-03-19 | 2 | -11/+24 |
| | | | | | | | - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field) - Bring behaviour into line with ext/mssql - Several memleaks plugged |