summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_statement.c
Commit message (Collapse)AuthorAgeFilesLines
* fix ibase handle initialization, mostly compiler warningsAnatol Belski2016-06-061-2/+2
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: Use LL_MASK for SQL_INT64 data formatting
| * Use LL_MASK for SQL_INT64 data formattingPopa Adrian Marius2015-12-031-1/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-2/+2
|\ \ | |/ | | | | | | * PHP-5.6: Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird
| * Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebirdPopa Adrian Marius2015-12-031-2/+2
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | use Z* macro nameAnatol Belski2015-11-051-1/+1
| |
* | fix NULL deref in pdo_firebirdAnatol Belski2015-11-051-2/+3
| | | | | | | | ref #70862
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-6/+6
| | | | | | | | semantick changes).
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+2
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-58/+58
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-16/+16
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-18/+18
| |
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-12/+12
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-7/+7
| |
* | Fixed pdo_firebird tests failuresDmitry Stogov2014-08-111-1/+16
| |
* | Refactored ext/pdo_firebird (didn't do test)Xinchen Hui2014-05-211-32/+41
|/
* 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
|