Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup $ is not needed for git | Popa Adrian Marius | 2014-04-10 | 1 | -2/+0 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Slightly edited tests and fix for bug #62024 | Matteo Beccati | 2013-05-31 | 1 | -3/+6 |
| | |||||
* | Fixed bug #62024 (unable to run consecutive prepared querys with null values) | Matheus Degiovani | 2013-05-31 | 1 | -3/+3 |
| | | | | Credits to james@kenjim.com for the patch. | ||||
* | Fixed bug #64037 (wrong value returned when using a negative numeric field ↵ | Matheus Degiovani | 2013-05-31 | 1 | -1/+1 |
| | | | | equal to the scale) | ||||
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+3 |
| | | | | param count | ||||
* | fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+12 |
| | | | | bindColumn() | ||||
* | - Fixed two "jump or move depends on uninitialised value" | Felipe Pena | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #53335 (pdo_firebird did not implement rowCount()) | Felipe Pena | 2010-11-18 | 1 | -0/+33 |
| | | | | | patch by: preeves at ibphoenix dot com | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48057 (Only the date fields of the first row are fetched, ↵ | Felipe Pena | 2009-07-20 | 1 | -1/+2 |
| | | | | | | | others are empty) patch by: info at programmiernutte dot net | ||||
* | - MFH: Fix mem. leak | Felipe Pena | 2009-02-09 | 1 | -0/+3 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception) | Lars Westermann | 2007-11-19 | 1 | -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 Westermann | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43244 (firebird: closeCursor w/o returned data kills process) | Lars Westermann | 2007-11-15 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support) | Lars Westermann | 2007-11-15 | 1 | -2/+14 |
| | |||||
* | # Also nulling cursor_open when closing a named cursor | Lars Westermann | 2007-11-14 | 1 | -0/+1 |
| | |||||
* | - Clearing cursor-name when closing it. | Lars Westermann | 2007-11-14 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #43271 (pdo_firebird: closeCursor not implemented) | Lars Westermann | 2007-11-14 | 1 | -4/+22 |
| | | | | | # Actually firebird_stmt_execute() didn't close a previously opened cursor, but implemented closeCursor anyway. | ||||
* | # Removed dead code | Lars Westermann | 2007-10-30 | 1 | -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 Alshanetsky | 2007-02-27 | 1 | -9/+9 |
| | | | | | # Part 1 | ||||
* | strncpy() -> strlcpy() | Ilia Alshanetsky | 2007-02-24 | 1 | -2/+1 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -16/+18 |
| | |||||
* | %f -> %F | Ilia Alshanetsky | 2007-01-05 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | No c++ comments in C code | foobar | 2005-04-19 | 1 | -2/+2 |
| | |||||
* | update | Wez Furlong | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | hmmm | Wez Furlong | 2005-02-06 | 1 | -1/+6 |
| | |||||
* | update for api changes | Wez Furlong | 2005-02-06 | 1 | -1/+1 |
| | |||||
* | let it compile again | Wez Furlong | 2005-01-19 | 1 | -6/+6 |
| | |||||
* | stub out scrollable cursors here too | Wez Furlong | 2005-01-12 | 1 | -1/+2 |
| | |||||
* | Return all results as strings until I can convince the other guys that | Ard Biesheuvel | 2004-06-23 | 1 | -18/+49 |
| | | | | | it should be otherwise | ||||
* | Refactored statement allocation | Ard Biesheuvel | 2004-06-15 | 1 | -3/+37 |
| | | | | | Added emulated support for named input parameters | ||||
* | Added support for fetching and binding to blob fields | Ard Biesheuvel | 2004-06-14 | 1 | -0/+130 |
| | |||||
* | Release isc statement handle when dtor is called | Ard Biesheuvel | 2004-06-13 | 1 | -26/+37 |
| | | | | | Don't separate() bound zvals | ||||
* | GCC fixes | Ard Biesheuvel | 2004-06-12 | 1 | -1/+4 |
| | |||||
* | Added client/server info attributes | Ard Biesheuvel | 2004-06-12 | 1 | -3/+1 |
| | |||||
* | Folding markers | Ard Biesheuvel | 2004-06-12 | 1 | -9/+20 |
| | |||||
* | Improved error handling | Ard Biesheuvel | 2004-06-12 | 1 | -1/+14 |
| | | | | | Added some comments | ||||
* | Removed dependency on regular interbase extension | Ard Biesheuvel | 2004-06-12 | 1 | -87/+224 |
| | | | | | Added support for all datatypes except BLOBs | ||||
* | Nearly complete implementation | Ard Biesheuvel | 2004-06-12 | 1 | -4/+284 |
| | | | | | No date/time fields yet ... | ||||
* | Initial revision (incomplete) | Ard Biesheuvel | 2004-06-11 | 1 | -0/+48 |