]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/ecpg/ChangeLog
Added patch by ISHIDA Akio to allow indicators in execute statements.
[postgresql] / src / interfaces / ecpg / ChangeLog
index 824d3a606d9b06ce546088e04eb7d41fb2b4c405..1c3372193dd6ebe4a591668256d9b5f71a8e8c2e 100644 (file)
@@ -1697,8 +1697,121 @@ Sun Oct 26 10:47:05 CET 2003
 
        - Fixed bug with indicators when storage for the
          string is dynamically allocated
+         
+Thu Oct 30 11:12:37 CET 2003
+
+       - Applied patch by Dave Cramer fixing several bugs in compatlib.
+       
+Fri Oct 31 15:09:22 CET 2003
+
+       - If EOF is found inside a string/comment/etc. stop parsing.
+       
+Mon Nov  3 15:43:19 CET 2003
+
+       - Fixed a potentially uncleared allocation in compatlib.
        - Set ecpg version to 3.0.0
        - Set ecpg library to 4.0.0
        - Set pgtypes library to 1.0.0
        - Set compat library to 1.0.0
 
+Wed Dec  3 09:45:21 CET 2003
+
+       - Added patch for array handling by Dave Cramer
+       
+Wed Dec 17 16:11:16 CET 2003
+
+       - Added just another patch by Dave that fixes a reversed order in
+         variable listing for output variables in cursor definitions
+       - Fixed incorrect if call in long=>numeric conversion.
+       - Set ecpg version to 3.1.0
+       - Set ecpg library to 4.1
+       - Set pgtypes library to 1.1
+       - Set compat library to 1.1
+
+Mon Jan 26 21:57:14 CET 2004
+
+       - Issue a warning if a cursor is declared but not opened.
+       - Fixed prototype for ECPGprepared_statement to not moan about "const
+         char"
+       - Fixed parsing of nested structures.
+       - Added option to parse header files.
+
+Sun Feb 15 14:44:14 CET 2004
+
+       - Added missing braces to array parsing.
+       - Allowed some C keywords to be used as SQL column names.
+       
+Mon Feb 16 08:17:19 CET 2004
+
+       - Cleaned up parser a little bit. It does not make sense to allow a
+         typename to be typedef'ed that cannot be parsed as variable type.
+       - Allowed some SQL keywords to be used as C variable names.
+
+Tue Feb 24 16:48:57 CET 2004
+
+       - Corrected error handling in PGTYPEStimestamp_from_asc.
+       
+Mon Mar  1 08:56:37 CET 2004
+       
+       - Added partly missing VOLATILE keyword.
+       
+Thu Mar  4 08:29:02 CET 2004
+
+       - Fixed segfault due to missing check for variable declaration.
+       - Added check for multidimensional array usage.
+       
+Sun Mar 14 12:59:15 CET 2004
+
+       - Fixed Informix compat math functions to cope with the situations
+         where one argument takes the result.
+       - Applied thread patches by Lee Kindness
+       
+Mon Mar 29 17:02:52 CEST 2004
+
+       - Fixed possible segfault in type.c (by Juergen Cappel)
+       
+Thu Apr 22 14:13:57 CEST 2004
+
+       - Fixed double usage of allocated memory.
+       
+Thu Apr 29 16:06:37 CEST 2004
+
+       - Synced parser and keyword list.
+       
+Wed May  5 11:51:47 CEST 2004
+
+       - Fixed bug in adjust_informix that treated arrays as simple
+         variables.
+       - Synced parser again.
+       - Synced lexer.
+       
+Fri May  7 15:34:05 CEST 2004
+
+       - Added portability file to pgtypeslib.
+       - Fixed bug that reversed string length in typedefs.
+       - Added additional test case.
+       
+Mon May 10 15:38:58 CEST 2004
+
+       - Argh, just another bug in adjust_informix.
+       - Added "extern C" flags for C++ compiler.
+
+Fri May 21 15:17:35 CEST 2004
+       
+       - Fixed DEALLOCATE PREPARE to use correct function call
+       - Made sure connect statement does not accept single char variable,
+         but only strings.
+         
+Sat May 22 13:11:12 CEST 2004
+
+       - Added pg_config_paths.h to ecpglib.
+       
+Thu Jun 17 13:50:06 CEST 2004
+
+       - Added patch by ISHIDA Akio to allow indicators in execute
+         statements.
+       - Set pgtypes library version to 1.2.
+       - Set ecpg version to 3.2.0.
+       - Set compat library version to 1.2.
+       - Set ecpg library version to 4.2.
+