Skip to Content.
Sympa Menu

freetds - Re: patches (odbc and tds7.txt)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James K. Lowden <jklowden AT speakeasy.org>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: patches (odbc and tds7.txt)
  • Date: Mon, 20 May 2002 01:50:06 -0400


On Wed, 15 May 2002 21:43:02 -0400 "James K. Lowden"
<jklowden AT speakeasy.org> wrote:
> Felder, 5/7, logging.
> Freddy77, 5/15, ODBC
> Felder, 5/10, shared libs on Solaris
> Vladimir, 5/13, tds_convert_datetime

Above patches applied and checked in. The following files were affected:

doc/userguide.sgml
doc/tds7.txt
src/odbc/Makefile.am
src/odbc/odbc.c
src/tds/config.c
src/tds/Makefile.am
ChangeLog
freetds.conf

The change to config.c was broken. I changed:

s = tolower(s);
to
*s = tolower(*s);

+++

I did not do any formal testing. I applied the patches in turn and tested
each one briefly with sqsh against Sybase, so I know it builds and doesn't
have any gross negative side effect. If I've made a total hash of things,
I'm happy to repeat as necessary until we have things put aright.

<me> I'm not exactly long in experience with updating cvs and applying
patches from other people. If you have suggestions, especially things you
think I should do (or should have done), I'm all ears. At this point, I
think of myself as facilitator more than arbiter. If the patch does what
it says it does and no one voices an objection, I figure it goes in.
Probably as I go along, I'll develop stronger opinions; it seems I always
do. So, if you've been thinking about submitting that patch, now's as
good a time as ever! </me>

May your disk turn merrily,

--jkl






Archive powered by MHonArc 2.6.24.

Top of Page