| 0a7395e |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 0c0b5a3 |
|
12-Oct-2012 |
Xinchen Hui <laruence@php.net> |
Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1)) The exists test should has covered this bug
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 4e19825 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 36b8c4c |
|
24-Jun-2010 |
Stanley Sufficool <ssufficool@php.net> |
Actually fix quoted identifiers this time
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 1b2ec79 |
|
23-Jun-2010 |
Stanley Sufficool <ssufficool@php.net> |
Fix Bug #47588 - Allow Quoted Identifiers
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| f8bf423 |
|
22-Jun-2010 |
Stanley Sufficool <ssufficool@php.net> |
Fix bug #52137 - implement lastInsertId
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 7ea7787 |
|
21-Jun-2010 |
Stanley Sufficool <ssufficool@php.net> |
Fix bug #38955 - add transaction support
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| d2e14e3 |
|
12-Jan-2010 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 8c74835 |
|
10-Sep-2009 |
Felipe Pena <felipe@php.net> |
- Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOException SQLSTATE[] (null) (severity 0))
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| dec83ec |
|
29-Jun-2009 |
Johannes Schlüter <johannes@php.net> |
MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException "SQLSTATE[] (null)") (Felipe)
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| f5a65ca |
|
19-Mar-2009 |
Steph Fox <sfox@php.net> |
MFH - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field) - Bring behaviour into line with ext/mssql - Several memleaks plugged
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 7efb0a1 |
|
25-Dec-2006 |
Ilia Alshanetsky <iliaa@php.net> |
Use safe_emalloc()
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 2204902 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
- Fix date
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 412a28d |
|
09-Oct-2005 |
Ilia Alshanetsky <iliaa@php.net> |
MFH: Fixed bug #34777 (Crash in dblib when fetching non-existent error info).
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| ec50ec6 |
|
20-Jul-2005 |
Wez Furlong <wez@php.net> |
use pdo core test suite. Now passes all but one test. Volunteers that want to track down the cause for test pdo_018.phpt not passing are welcome.
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 04dd0e1 |
|
12-Jul-2005 |
Wez Furlong <wez@php.net> |
Enable unix build for dblib/sybase/freetds. The extension is named pdo_dblib and the driver dblib on unix.
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| d87c5ec |
|
06-Feb-2005 |
Wez Furlong <wez@php.net> |
update for api changes
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 26f97a9 |
|
21-Jan-2005 |
Wez Furlong <wez@php.net> |
Eliminate unused parameter. Don't start a transaction when asking for a cursor with pgsql. Fix parameter binding for sqlite3
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 25917d5 |
|
18-Jan-2005 |
Frank M. Kromann <fmk@php.net> |
Make this compile with the generic ntwdblib from Microsoft
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| a9d9854 |
|
18-Jan-2005 |
Wez Furlong <wez@php.net> |
Allow drivers to select bind emulation on a per statement basis
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| d911f19 |
|
18-Jan-2005 |
Wez Furlong <wez@php.net> |
doh
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| 505fbb1 |
|
18-Jan-2005 |
Wez Furlong <wez@php.net> |
nice and fluffy error handling
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|
| ca98805 |
|
17-Jan-2005 |
Wez Furlong <wez@php.net> |
Add a PDO driver for Sybase style DB-lib (including MS SQL). Only the basics are here right now.
/PHP_5_4/ext/pdo_dblib/dblib_driver.c
|