| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Ignore potentially misleading dberr values | Chris Kings-Lynne | 2016-09-26 | 1 | -2/+2 |
* | Move dtor before memory freed to avoid invalid read | Adam Baratz | 2016-09-21 | 1 | -1/+1 |
* | Adjust error formatting so ext/pdo/tests/bug_43130.phpt passes with pdo_dblib | Adam Baratz | 2016-09-13 | 1 | -0/+5 |
* | Free error and message strings when cleaning up PDO instances that use pdo_dblib | Adam Baratz | 2016-09-13 | 1 | -0/+1 |
* | Allow \PDO::setAttribute() to set pdo_dblib query timeouts | Adam Baratz | 2016-09-13 | 1 | -4/+3 |
* | Never quote values as raw binary data | Adam Baratz | 2016-09-12 | 1 | -38/+12 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-09-05 | 1 | -0/+6 |
|\ |
|
| * | Recognize TDS versions 7.3 and 7.4 | Lior Kaplan | 2016-08-07 | 1 | -0/+6 |
* | | pdo_dblib: stringify uniqidentifier field | Alexander Zhuravlev | 2016-08-25 | 1 | -10/+25 |
* | | Use size_t instead of int for loop counter | Adam Baratz | 2016-07-05 | 1 | -1/+1 |
* | | fix bug #71667 (emulate how mssql extension names "computed" columns) | Adam Baratz | 2016-04-06 | 1 | -0/+1 |
* | | Add driver-specific attributes for controlling calls to dbsetlogintime() and ... | Adam Baratz | 2016-04-05 | 1 | -2/+12 |
* | | Fix #71943: dblib_handle_quoter needs to allocate an extra byte | Adam Baratz | 2016-04-04 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-02-29 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | fix C89 compat | Anatol Belski | 2016-02-29 | 1 | -2/+1 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -4/+4 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -32/+32 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -20/+20 |
* | | Fixed Bug #52885 - PDO_DBLIB: Binary data may be truncated | STANLEY SUFFICOOL | 2014-10-24 | 1 | -21/+48 |
* | | Implement Bug #66062 - pdo_dblib enable timeout parameter | STANLEY SUFFICOOL | 2014-10-22 | 1 | -8/+31 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+4 |
|/ |
|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | 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, DBQUOT... | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
|/ |
|
* | Fix Bug #65219 | Stanley Sufficool | 2013-07-14 | 1 | -6/+6 |
* | - 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 | 1 | -21/+82 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOT... | Xinchen Hui | 2012-10-12 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | 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 #38955 - add transaction support | Stanley Sufficool | 2010-06-21 | 1 | -5/+39 |
* | 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 | 1 | -1/+1 |
* | - Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws P... | Felipe Pena | 2009-09-10 | 1 | -5/+5 |
* | MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException | Johannes Schlüter | 2009-06-29 | 1 | -0/+2 |