Commits

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

DateSubjectAuthorReleases
2011-12-18 In ecpg removed old leftover check for given connection name. Michael Meskes 9.0.7
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-23 Remove useless double assignment Peter Eisentraut 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-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-12-16 Fixed auto-prepare to not try preparing statements that are not preparable. Bug Michael Meskes 9.0.0
2009-11-27 Remove */ characters from declare cursor statements before putting them into a Michael Meskes 9.0.0
2009-11-26 Synced addon rules after some renamings. 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-11-11 Change "name" nonterminal in cursor-related productions to cursor_name. Alvaro Herrera 9.0.0
2009-11-11 Support optional FROM/IN in FETCH and MOVE Alvaro Herrera 9.0.0
2009-11-05 Don't treat NEW and OLD as reserved words anymore. For the purposes of rules Tom Lane 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