Commits

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

DateSubjectAuthorReleases
2013-11-26 ECPG: Make the preprocessor emit ';' if the variable type for a list of Michael Meskes 9.0.15
2012-02-13 Do not use the variable name when defining a varchar structure in ecpg. Michael Meskes 9.0.7
2011-01-08 In ecpg's parser removed a fixed length limit for constants defining an array dimension. Michael Meskes 9.0.3
2010-05-25 Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. Michael Meskes 9.0.0
2010-05-20 Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This used to cover the equally long "long long" type. This patch closes bug #5464. Michael Meskes 9.0.0
2010-03-31 Give a more precise error message if a variable is re-used as cursor name in ecpg. Michael Meskes 9.0.0
2010-03-21 ECPG's parser now accepts and handles variables as arguments for the FREE command. Michael Meskes 9.0.0
2010-03-20 Fixed ecpg parser to allow more than one C preprocessor command inside a declare section. Michael Meskes 9.0.0
2010-03-09 ecpg now adds a unique counter to its varchar struct definitions to make these definitions unique, too. It used to use the linenumber but in the rare case of two definitions in one line this was not unique. Michael Meskes 9.0.0
2010-01-29 Changed ECPG outofscope handling to always print out statements in the same order Michael Meskes 9.0.0
2010-01-26 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope cursor support to native mode. Michael Meskes 9.0.0
2010-01-15 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. Michael Meskes 9.0.0
2010-01-05 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to Michael Meskes 9.0.0
2009-11-26 Added dynamic cursor names to ecpg. Almost the whole patch was done by Michael Meskes 9.0.0
2009-08-14 Made sure sqlca is reset for declare cursor in Informix mode as pointed out by Michael Meskes 9.0.0
2009-08-07 Added STRING datatype for Informix compatibility mode. This work is Michael Meskes 9.0.0