--- sql/oracle/ChangeLog 2001/09/21 15:43:55 1.1 +++ sql/oracle/ChangeLog 2002/02/08 11:14:00 1.2 @@ -1,29 +1,121 @@ -2001-07-30 parser - * PgSQL32/include/fe-auth.h: - * PgSQL32/include/libpq-fe.h: - * PgSQL32/include/libpq-int.h: - * PgSQL32/include/postgres_ext.h: - * PgSQL32/include/pqexpbuffer.h: - * PgSQL32/include/pqsignal.h: - * PgSQL32/include/win32.h: - * PgSQL32/lib/release/libpq.dll: +2002-02-08 paf * config_fixed.h: * config_includes.h: + * parser3oracle.C: + 2002 + + * configure: + * configure.in: * libltdl/Makefile.am: * libltdl/Makefile.in: - * libltdl/README: + * libltdl/acconfig.h: * libltdl/acinclude.m4: * libltdl/aclocal.m4: - * libltdl/config.h: - * libltdl/config_auto.h.in: - * libltdl/config_fixed.h: * libltdl/configure: * libltdl/configure.in: - * libltdl/libltdl_pgsql.dsp: - * libltdl/ltdl.c: - * libltdl/ltdl.h: - * parser3pgsql.C: - * parser3pgsql.def: - * parser3pgsql.dsp: - pgsql 0 + removed static lib generation, + removed double libtool generation + + * parser3oracle.C: + name spelling + +2001-11-24 paf + * aclocal.m4: + *** empty log message *** + +2001-11-19 paf + * parser3oracle.C: + isspace + + * parser3oracle.C: + removed leading whitespace before comparing to 'select... + +2001-11-16 paf + * parser3oracle.C: + introducing estimating String::cstr_bufsize, 0 + +2001-11-14 paf + * parser3oracle.C: + += env param types now. for win32 PATH+= + + * parser3oracle.C: + found quote bug - wrong result + + * parser3oracle.C: + removed return [enabled actuall disconnect] + + * parser3oracle.C: + removed \ escaping, not needed actually + + * config_auto.h.in: + * configure: + configure + + * parser3oracle.C: + removed \ unescaping + +2001-11-13 paf + * parser3oracle.C: + @todo ?objects=1 which would turn on OCI_OBJECT init flag + + * parser3oracle.C: + forgot ! for not null :) + + * parser3oracle.C: + prefetching 100rows+100Ksize + + * parser3oracle.C: + null lob never cleared ptr&size = were copy of prev column + +2001-11-11 paf + * parser3oracle.C: + @test + +2001-11-10 paf + * Makefile.in: + * libltdl/Makefile.in: + makes + + * parser3oracle.C: + column count bug [+1] + + * config_fixed.h: + * configure.in: + * parser3oracle.C: + setenv for env strings + +2001-11-08 paf + * Makefile.am: + lib prefix + +2001-10-30 paf + * configure.in: + rtti needed on solaris for exceptions to work OK, removing -fno + rtti from everywhere + + * configure: + makes + +2001-10-29 paf + * config_fixed.h: + * config_includes.h: + * configure.in: + setjump + +2001-10-28 paf + * configure.in: + * parser3oracle.C: + conf + +2001-09-25 parser + * Makefile.am: + * Makefile.in: + * configure: + * configure.in: + makes + +2001-09-24 parser + * Makefile.am: + * Makefile.in: + makes