summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/dblib_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #54329 (MSSql extension memory leak)Felipe Pena2011-07-031-1/+1
* - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)Felipe Pena2011-03-171-0/+18
* - Reverted fix for bug #54167 (to be committed in soon)Felipe Pena2011-03-061-18/+0
* - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)Felipe Pena2011-03-051-1/+18
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed the fix for bug #52546Felipe Pena2010-08-131-1/+1
* - Fixed bug #52546 (pdo_dblib segmentation fault when iterating MONEY values)Felipe Pena2010-08-051-1/+1
* Fixed bug #51213 (pdo_mssql is trimming value of the money column).Ilia Alshanetsky2010-03-081-1/+8
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFHSteph Fox2009-03-191-10/+19
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix mysql -> dblibFrank M. Kromann2007-01-151-3/+3
* Fixed bug #40121 (PDO_DBLIB driver wont free statements).Ilia Alshanetsky2007-01-141-0/+13
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-1/+1
* - Fix datefoobar2006-01-011-3/+3
* MFH: Fixed bug #34758 (PDO_DBLIB did not implement rowCount()).Ilia Alshanetsky2005-10-121-0/+2
* use pdo core test suite.Wez Furlong2005-07-201-28/+33
* Patch from zhao ming sen.Wez Furlong2005-06-101-2/+6
* update for api changesWez Furlong2005-02-061-1/+1
* Make this compile with the generic ntwdblib from MicrosoftFrank M. Kromann2005-01-181-1/+1
* nice and fluffy error handlingWez Furlong2005-01-181-0/+2
* Add a PDO driver for Sybase style DB-lib (including MS SQL).Wez Furlong2005-01-171-0/+252