summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_statement.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup $ is not needed for gitPopa Adrian Marius2014-04-101-2/+0
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Slightly edited tests and fix for bug #62024Matteo Beccati2013-05-311-3/+6
|
* Fixed bug #62024 (unable to run consecutive prepared querys with null values)Matheus Degiovani2013-05-311-3/+3
| | | | Credits to james@kenjim.com for the patch.
* Fixed bug #64037 (wrong value returned when using a negative numeric field ↵Matheus Degiovani2013-05-311-1/+1
| | | | equal to the scale)
* Happy New Year~Xinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than ↵Popa Adrian Marius2011-12-281-0/+3
| | | | param count
* fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to ↵Popa Adrian Marius2011-12-281-0/+12
| | | | bindColumn()
* - Fixed two "jump or move depends on uninitialised value"Felipe Pena2011-06-171-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fixed bug #53335 (pdo_firebird did not implement rowCount())Felipe Pena2010-11-181-0/+33
| | | | | patch by: preeves at ibphoenix dot com
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #48057 (Only the date fields of the first row are fetched, ↵Felipe Pena2009-07-201-1/+2
| | | | | | | others are empty) patch by: info at programmiernutte dot net
* - MFH: Fix mem. leakFelipe Pena2009-02-091-0/+3
|
* 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
|
* - Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception)Lars Westermann2007-11-191-19/+11
| | | | | | | #Reworked cursor_open/cursor_close #Only using isc_dsl_execute() (as in ext/interbase) Thanks to Hans-Peter Oeri for providing this patch
* - Fixed bug (again) #43271 (pdo_firebird: closeCursor not implemented)Lars Westermann2007-11-161-1/+1
|
* - Fixed bug #43244 (firebird: closeCursor w/o returned data kills process)Lars Westermann2007-11-151-1/+1
|
* - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support)Lars Westermann2007-11-151-2/+14
|
* # Also nulling cursor_open when closing a named cursorLars Westermann2007-11-141-0/+1
|
* - Clearing cursor-name when closing it.Lars Westermann2007-11-141-0/+1
|
* - Fixed bug #43271 (pdo_firebird: closeCursor not implemented)Lars Westermann2007-11-141-4/+22
| | | | | # Actually firebird_stmt_execute() didn't close a previously opened cursor, but implemented closeCursor anyway.
* # Removed dead codeLars Westermann2007-10-301-91/+22
| | | | | | | - Fixed bug #35386 (firebird: first row is null) - Fixed bug #36128 (Interbase PDO - timestamp columns return NULL) - Fixed bug #39700 (NUMERIC error when result precision are 7,8 or 12-14 )
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-9/+9
| | | | | # Part 1
* strncpy() -> strlcpy()Ilia Alshanetsky2007-02-241-2/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-16/+18
|
* %f -> %FIlia Alshanetsky2007-01-051-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* No c++ comments in C codefoobar2005-04-191-2/+2
|
* updateWez Furlong2005-02-071-1/+1
|
* hmmmWez Furlong2005-02-061-1/+6
|
* update for api changesWez Furlong2005-02-061-1/+1
|
* let it compile againWez Furlong2005-01-191-6/+6
|
* stub out scrollable cursors here tooWez Furlong2005-01-121-1/+2
|
* Return all results as strings until I can convince the other guys thatArd Biesheuvel2004-06-231-18/+49
| | | | | it should be otherwise
* Refactored statement allocationArd Biesheuvel2004-06-151-3/+37
| | | | | Added emulated support for named input parameters
* Added support for fetching and binding to blob fieldsArd Biesheuvel2004-06-141-0/+130
|
* Release isc statement handle when dtor is calledArd Biesheuvel2004-06-131-26/+37
| | | | | Don't separate() bound zvals
* GCC fixesArd Biesheuvel2004-06-121-1/+4
|
* Added client/server info attributesArd Biesheuvel2004-06-121-3/+1
|
* Folding markersArd Biesheuvel2004-06-121-9/+20
|
* Improved error handlingArd Biesheuvel2004-06-121-1/+14
| | | | | Added some comments
* Removed dependency on regular interbase extensionArd Biesheuvel2004-06-121-87/+224
| | | | | Added support for all datatypes except BLOBs
* Nearly complete implementationArd Biesheuvel2004-06-121-4/+284
| | | | | No date/time fields yet ...
* Initial revision (incomplete)Ard Biesheuvel2004-06-111-0/+48