summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fix buildFelipe Pena2009-04-181-1/+1
* MFB: Fixed compiler warningIlia Alshanetsky2009-04-161-0/+3
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly)Felipe Pena2009-02-151-27/+27
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Added 3 firebird specific attributes to firebird_handle_set_attribute()Lars Westermann2007-10-301-5/+47
* use snprintf()Antony Dovgal2007-01-181-2/+6
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: fixed compiler warningsIlia Alshanetsky2006-11-161-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* this is the number of params, not the top indexGeorge Schlossnagle2005-08-301-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* update for api changesWez Furlong2005-02-061-1/+1
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* let it compile againWez Furlong2005-01-191-1/+1
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* fix compile.Wez Furlong2005-01-131-1/+1
* half-update for sqlstate error codesWez Furlong2005-01-071-1/+5
* more method table adjustments.Wez Furlong2004-09-231-0/+1
* Return all results as strings until I can convince the other guys thatArd Biesheuvel2004-06-231-3/+4
* Refactored statement allocationArd Biesheuvel2004-06-151-60/+157
* GCC fixesArd Biesheuvel2004-06-121-14/+14
* Added client/server info attributesArd Biesheuvel2004-06-121-5/+63
* Folding markersArd Biesheuvel2004-06-121-14/+27
* Improved error handlingArd Biesheuvel2004-06-121-45/+70
* Removed dependency on regular interbase extensionArd Biesheuvel2004-06-121-6/+12
* Nearly complete implementationArd Biesheuvel2004-06-121-24/+174
* Initial revision (incomplete)Ard Biesheuvel2004-06-111-0/+309