summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_statement.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Return integer field types as native integers instead of stringsDorin Marcoci2017-01-061-5/+29
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Cursor is not opened on singleton selects.Dorin Marcoci2016-12-181-2/+2
* Fixed bug #72931 PDO_FIREBIRD with Firebird 3.0 not work on returning statementDorin Marcoci2016-12-071-9/+20
* Fix blob parameters binding. Fixes: #73087, #61183, #71494Dorin Marcoci2016-11-051-7/+23
* 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
|\
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | 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
* Fixed bug #64037 (wrong value returned when using a negative numeric field eq...Matheus Degiovani2013-05-311-1/+1
* 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 p...Popa Adrian Marius2011-12-281-0/+3
* fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to ...Popa Adrian Marius2011-12-281-0/+12
* - 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
* 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, others...Felipe Pena2009-07-201-1/+2
* - 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
* - 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