Commits

DateSubjectAuthorReleases
2010-01-12 Removed ecpg Changelog file that was only there for historical reasons and isn't actively used anymore. Michael Meskes 9.0.0
2010-01-08 Also update ChangerLog file. Michael Meskes 9.0.0
2009-11-26 Forgot to add dynamic cursors to Changelog. Michael Meskes 9.0.0
2009-10-15 Made ECPG more robust against applications freeing strings, based on Michael Meskes 9.0.0
2009-10-01 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in decimal handling. Michael Meskes 9.0.0
2009-09-15 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to rule in pgc.l. Michael Meskes 9.0.0
2009-09-03 Removed some variables no longer needed. 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
2009-02-02 Fixed auto allocation for binary data types. Michael Meskes 8.4.0
2009-02-02 Fixed bug in %s handling. Michael Meskes 8.4.0
2008-12-17 Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to Michael Meskes 8.4.0
2008-12-15 Do not try to change a const variable. Michael Meskes 8.4.0
2008-11-26 Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new Michael Meskes 8.4.0
2008-11-26 When creating a varchar struct name braces must be discarded. Michael Meskes 8.4.0
2008-11-01 Do not eat memory even in case of an out-of-memory error. Michael Meskes 8.4.0
2008-10-14 Fixed parsing of parameters. Added regression test for this. Michael Meskes 8.4.0
2008-10-10 Fixed "create role" parsing to accept optional "with" argument. Michael Meskes 8.4.0
2008-10-07 Synced parser. Michael Meskes 8.4.0
2008-08-20 Synced parser. Michael Meskes 8.4.0
2008-08-19 Fixed incorrect argument handling in SET command if argument is a variable. Michael Meskes 8.4.0
2008-06-26 Synced parser Michael Meskes 8.4.0
2008-06-04 Added lost sysmbol SQL_SQL to list of allowed variable names. Michael Meskes 8.4.0
2008-05-20 Synced parser. Michael Meskes 8.4.0
2008-05-12 Check for non-existant connection in prepare statement handling. Michael Meskes 8.4.0