Commits

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

DateSubjectAuthorReleases
2015-09-19 Let compiler handle size calculation of bool types. Michael Meskes 9.0.23
2015-08-13 Fix declaration of isarray variable. Michael Meskes 9.0.23
2015-08-12 This routine was calling ecpg_alloc to allocate to memory but did not Michael Meskes 9.0.23
2015-06-15 Check for out of memory when allocating sqlca. Michael Meskes 9.0.23
2015-06-15 Fix memory leak in ecpglib's connect function. Michael Meskes 9.0.23
2015-06-13 Fixed some memory leaks in ECPG. Michael Meskes 9.0.23
2015-06-13 Fix intoasc() in Informix compat lib. This function used to be a noop. Michael Meskes 9.0.23
2015-02-11 Fixed array handling in ecpg. Michael Meskes 9.0.20
2014-05-06 Fix handling of array of char pointers in ecpglib. Michael Meskes 9.0.18
2014-04-09 Several fixes to array handling in ecpg. Michael Meskes 9.0.18
2014-01-09 Fix descriptor output in ECPG. Michael Meskes 9.0.16
2014-01-01 Do not use an empty hostname. Michael Meskes 9.0.16
2013-11-26 ECPG: Fix offset to NULL/size indicator array. Michael Meskes 9.0.15
2013-11-26 ECPG: Make the preprocessor emit ';' if the variable type for a list of Michael Meskes 9.0.15
2013-11-03 Changed test case slightly so it doesn't have an unused typedef. Michael Meskes 9.0.15
2013-09-08 Return error if allocation of new element was not possible. Michael Meskes 9.0.14
2013-09-08 Close file to no leak file descriptor memory. Found by Coverity. Michael Meskes 9.0.14
2013-07-19 Initialize day of year value. Michael Meskes 9.0.14
2013-07-06 Also escape double quotes for ECPG's #line statement. Michael Meskes 9.0.14
2013-07-05 Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line statements. Michael Meskes 9.0.14
2013-01-27 Made ecpglib use translated messages. Michael Meskes 9.0.12
2012-12-04 Include isinf.o in libecpg if isinf() is not available on the system. Michael Meskes 9.0.12
2012-11-29 When processing nested structure pointer variables ecpg always expected an Michael Meskes 9.0.11
2012-10-05 Removed sentence about not being able to retrieve more than one row at a time, Michael Meskes 9.0.11
2012-10-05 Fixed test for array boundary. Michael Meskes 9.0.11