@@ -2096,78 +2096,85 @@ Mo Aug 14 10:39:59 CEST 2006
20962096 - Fixed a nasty buffer underrun that only occured when using Informix
20972097 no_indicator NULL setting on timestamps and intervals.
20982098
2099- Fr 18. Aug 17:32:54 CEST 2006
2099+ Fr Aug 18 17:32:54 CEST 2006
21002100
21012101 - Changed lexer to no longer use the default rule.
21022102 - Synced parser and keyword list.
21032103 - Fixed parsing of CONNECT statement so it accepts a C string again.
21042104 - Fixed a buffer overrun that was masked on Linux systems.
21052105
2106- Sa 19. Aug 14:11:32 CEST 2006
2106+ Sa Aug 19 14:11:32 CEST 2006
21072107
21082108 - More SoC stuff.
21092109
2110- Tu 22. Aug 13:54:08 CEST 2006
2110+ Tu Aug 22 13:54:08 CEST 2006
21112111
21122112 - Descriptor values were quoted twice.
21132113
2114- We 23. Aug 09:32:14 CEST 2006
2114+ We Aug 23 09:32:14 CEST 2006
21152115
21162116 - Replaced double-quote-fix with a hopefully better version.
21172117 - Use initializer string length as size for character strings.
21182118 - Added ecpg_config.h file that is created via configure.
21192119
2120- Th 24. Aug 11:53:29 CEST 2006
2120+ Th Aug 24 11:53:29 CEST 2006
21212121
21222122 - Fixed of by one variable size.
21232123 - Synced parser.
21242124
2125- Su 27. Aug 17:54:36 CEST 2006
2125+ Su Aug 27 17:54:36 CEST 2006
21262126
21272127 - Enabled single-quoted connection targets.
21282128 - Fixed a memory leak/segfault in unsuccessful connection.
21292129
2130- Tu 29. Aug 14:21:31 CEST 2006
2130+ Tu Aug 29 14:21:31 CEST 2006
21312131
21322132 - Fixed parser and library to allow empty database names.
21332133 - Streamlined connection name parsing.
21342134
2135- Su 3. Sep 14:21:29 CEST 2006
2135+ Su Sep 3 14:21:29 CEST 2006
21362136
21372137 - Synced parser.
21382138 - Added another regression test and fixed tcp test.
21392139
2140- Tu 5. Sep 11:49:08 CEST 2006
2140+ Tu Sep 5 11:49:08 CEST 2006
21412141
21422142 - Synced parser.
21432143 - Fixed ecpglib trying to read one character after end-of-string.
21442144 - Fixed port number setting in regression suite.
21452145 - Added some interval checks to regression suite.
21462146 - Started to cleanup complex tests.
21472147
2148- Th 14. Sep 09:47:03 CEST 2006
2148+ Th Sep 14 09:47:03 CEST 2006
21492149
21502150 - Completely removed complex tests.
21512151 - Added missing constuctor/destructor for interval and date.
21522152
2153- We 8. Nov 10:53:42 CET 2006
2153+ We Nov 8 10:53:42 CET 2006
21542154
21552155 - Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.
21562156 - Set ecpg library version to 5.2.
21572157 - Set ecpg version to 4.2.1.
21582158
2159- Th 25. Jan 17:17:01 CET 2007
2159+ Th Jan 25 17:17:01 CET 2007
21602160
21612161 - Removed compiler warning due to unneeded unsigned declaration.
21622162 - Removed regression test that triggers those libc precision bugs on some archs.
21632163
2164- Fr 2. Feb 09:53:48 CET 2007
2164+ Fr Feb 2 09:53:48 CET 2007
21652165
21662166 - Cleaned up va_list handling. Hopefully this now works on all archs.
21672167 - Applied Magnus Hagander's patch to take away some compiler warnings.
21682168
2169- Su 11. Feb 16:09:31 CET 2007
2169+ Su Feb 11 16:09:31 CET 2007
21702170
21712171 - Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.
21722172 - Set ecpg library version to 5.3.
2173+
2174+ Th Mar 15 08:27:53 CET 2007
2175+
2176+ - Made some chars const as proposed by Stefan Huehner <stefan@huehner.org>.
2177+ - Synced parser and keyword lists.
2178+ - Copied two token parsing from backend parser to ecpg parser.
2179+ - Also added a test case for this.
21732180 - Set ecpg version to 4.3.1.
0 commit comments