| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove some compilation warnings: | Christopher Jones | 2013-08-20 | 1 | -1/+1 |
| | | | | | | 'unused variable' and 'enumeration value not handled in switch' | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
| * | Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec) | Xinchen Hui | 2012-10-09 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed data type usage in 64bit | Felipe Pena | 2011-06-27 | 1 | -1/+1 |
| | | | | | | Reported by: Leonildo Costa | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver) | Felipe Pena | 2009-07-15 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with ↵ | Elizabeth Marie Smith | 2008-03-13 | 1 | -1/+21 |
| | | | | | unicode coming out of Microsoft SQL Server and is only relevant on windows, use it if unicode output from the server is garbled and it will autoconvert text - original patch by wez | ||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix for PECL bug #8944. Could also be the same problem as pecl #7775. | Wez Furlong | 2006-10-11 | 1 | -1/+1 |
| | | |||||
| * | Fix #36632 | Wez Furlong | 2006-04-30 | 1 | -0/+8 |
| | | |||||
| * | Fix #35552 | Wez Furlong | 2006-04-30 | 1 | -3/+11 |
| | | |||||
| * | Possible fixes for #35552, #35592 and #35620. | Wez Furlong | 2005-12-14 | 1 | -9/+34 |
| | | |||||
| * | ensure that this size is initialized correctly | Wez Furlong | 2005-09-26 | 1 | -1/+5 |
| | | |||||
| * | if we didn't detect an error, don't return -1 rows, as that means that we ↵ | Wez Furlong | 2005-07-19 | 1 | -0/+3 |
| | | | | | found an error | ||||
| * | Fix #33624, mysterious crashes on shutdown on win32 | Wez Furlong | 2005-07-10 | 1 | -11/+9 |
| | | |||||
| * | Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ↵ | Wez Furlong | 2005-07-09 | 1 | -1/+1 |
| | | | | | the world. | ||||
| * | Fix handling of parameter binding. | Wez Furlong | 2005-07-07 | 1 | -17/+17 |
| | | | | | | | | | | | We need to guess at parameter sizing in some cases (eg: MS Access) as the SQLDescribeParam() API is an optional feature. Tidy up error handling. Add workaround for a shutdown bug that I see with MS ODBC implementation. (working to determine the precise cause of this). PDO core test suite now passes all tests. | ||||
| * | hunting for a bug. Looks like it might be yet-another-mysterious-shutdown ↵ | Wez Furlong | 2005-06-11 | 1 | -13/+12 |
| | | | | | problem. | ||||
| * | Fix for PECL #3714: beginTransaction doesn't work if you're in auto-commit mode. | Wez Furlong | 2005-06-11 | 1 | -2/+32 |
| | | |||||
| * | support getting some more attributes | Wez Furlong | 2005-02-06 | 1 | -2/+18 |
| | | |||||
| * | Allow static build (better detection of PDO headers). | Wez Furlong | 2005-01-21 | 1 | -1/+4 |
| | | | | | | | Copy error code into driver code, so PDO can handle it correctly. Less leaks | ||||
| * | make use of the query rewriter (even though it doesn't do anything yet) | Wez Furlong | 2005-01-21 | 1 | -25/+25 |
| | | |||||
| * | Eliminate unused parameter. | Wez Furlong | 2005-01-21 | 1 | -1/+1 |
| | | | | | | | Don't start a transaction when asking for a cursor with pgsql. Fix parameter binding for sqlite3 | ||||
| * | allow static linkage. | Wez Furlong | 2005-01-19 | 1 | -1/+2 |
| | | | | | | Avoid segv when no username is passed | ||||
| * | Allow drivers to select bind emulation on a per statement basis | Wez Furlong | 2005-01-18 | 1 | -1/+1 |
| | | |||||
| * | tidy up a few things | Wez Furlong | 2005-01-17 | 1 | -7/+23 |
| | | |||||
| * | remove error map; odbc speaks SQLSTATE natively | Wez Furlong | 2005-01-07 | 1 | -56/+7 |
| | | |||||
| * | more method table adjustments. | Wez Furlong | 2004-09-23 | 1 | -0/+1 |
| | | | | | | | mysql driver needs work with the error message stuff. Other drivers need a bit more auditing... | ||||
| * | Allow use of scrollable cursor for ODBC | Wez Furlong | 2004-05-25 | 1 | -1/+21 |
| | | |||||
| * | Add flag to control the use of the ODBC cursor emulation library. | Wez Furlong | 2004-05-25 | 1 | -0/+10 |
| | | | | | | | | The default (which should be safe) is to use the cursor library if it is needed. If for some reason either the driver or the emulation is broken, you may override this from your script. | ||||
| * | Fix buglet in dbh closing. | Wez Furlong | 2004-05-22 | 1 | -2/+2 |
| | | |||||
| * | Enable ODBC Connection Pooling. | Wez Furlong | 2004-05-22 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | Theoretically better than PHP persistent connections, since ODBC itself takes care of resetting the connections back to a "ground" state. Connection pooling defaults to ON, since this is generally useful. You can turn it off by using: pdo_odbc.connection_pooling=off in your php.ini file. You may configure how ODBC matches connection details to existing connections by setting this value to "strict" (the default) or "relaxed". You are encouraged to read the ODBC specs before changing this value. | ||||
| * | ok MSVC, why didn't you spot *that* one?? | Wez Furlong | 2004-05-22 | 1 | -4/+4 |
| | | |||||
| * | Fix doer() | Wez Furlong | 2004-05-22 | 1 | -23/+130 |
| | | | | | | Implement error handling for ODBC | ||||
| * | Implement ODBC doer. | Ilia Alshanetsky | 2004-05-21 | 1 | -1/+15 |
| | | |||||
| * | Fix return type here too | Wez Furlong | 2004-05-21 | 1 | -1/+1 |
| | | |||||
| * | Update for placeholder flags | Wez Furlong | 2004-05-21 | 1 | -3/+3 |
| | | |||||
| * | update prototype | Wez Furlong | 2004-05-19 | 1 | -1/+1 |
| | | |||||
| * | Update to match new prototype | Wez Furlong | 2004-05-18 | 1 | -1/+1 |
| | | |||||
| * | ODBC (v3 ish) driver for PDO. | Wez Furlong | 2004-05-17 | 1 | -0/+248 |
| Will not build under unix yet. | |||||
