Commits

Showing commits that first shipped in 7.4 (backpatches included). Clear

DateSubjectAuthorReleases
2004-02-24 - Corrected error handling in PGTYPEStimestamp_from_asc. Michael Meskes 7.4.2
2004-02-23 Fixed incorrect output of indicator structs using the name of the data struct. Michael Meskes 7.4.2
2004-02-15 - Allowed some C keywords to be used as SQL column names. This used to work in 7.3.* Michael Meskes 7.4.2
2004-02-15 - Added missing braces to array parsing. Michael Meskes 7.4.2
2004-01-28 - Fixed prototype for ECPGprepared_statement to not moan about "const char" Michael Meskes 7.4.2
2004-01-21 Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. Michael Meskes 7.4.2
2004-01-04 Fixed bug in GRANT OPTION FOR parsing. Michael Meskes 7.4.2
2003-12-29 Added missing whitespaces to array argument parsing. Michael Meskes 7.4.2
2003-12-24 Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); Michael Meskes 7.4.2
2003-12-17 Applied all bug fixes from head also to 7.4. Just bugfixes, no new features. Michael Meskes 7.4.1
2003-11-19 Fixed typo in create schema parsing. Michael Meskes 7.4.1
2003-11-12 Commit the remaining parts of the array changes. Michael Meskes 7.4.1
2003-11-10 Re-added forgotten cache. Michael Meskes 7.4.1
2003-11-08 Fix parsing of create index call Michael Meskes 7.4.1
2003-11-04 Make sure bug fix makes it into 7.4 as well. Thanks Peter. Michael Meskes 7.4.1
2003-10-31 If EOF is found inside a string/comment/etc. stop parsing. Michael Meskes 7.4.1
2003-10-30 Applied patch by Dave Cramer to fix several bugs in compatlib. Michael Meskes 7.4.1
2003-10-26 Fixed bug with indicators when storage for the string is dynamically allocated. Michael Meskes 7.4.1
2003-10-20 Install dummy sqlda.h file since this is needed for compatibility. Michael Meskes 7.4.1
2003-10-19 Check for both Informix modes when parsing include files. Michael Meskes 7.4.1
2003-10-12 Added missing "commit" in test case. Michael Meskes 7.4.1
2003-10-08 Removed my debug printf() call from numeric.c Michael Meskes 7.4.1
2003-10-07 Fixed floating point exception in long=>numeric conversion. Michael Meskes 7.4.1
2003-10-07 Fixed error handling in Informix compat str to date conversion. Michael Meskes 7.4.1
2003-10-06 - Fixed constant listing in execute using clause. Michael Meskes 7.4.1