Skip to Content.
Sympa Menu

freetds - RE: Help required

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: RE: Help required
  • Date: 14 Aug 2002 19:05:41 +0200


Il mer, 2002-08-14 alle 17:10, Lowden, James K ha scritto:
...
>
> That sounds like PWD or freetds.conf isn't right in that setup. You're
> right, either version will do the basic job. I think cvs will stabilize in
> the next few weeks, but just now there is a riot of patches for me to apply.
> (Not that I'm complaining, except about lack of time!)
>
...

Mumble.. a few weeks arghh... I was going to submit another hundred of
patches :)

Many time ago you say that to have CVS (write) access I'll have to
demonstrate my coding style... what do you think about?

However.. a bit of review inside my patches (just to help you).
(I updated them today)
#565834 "small tds_put_buf optimization" can wait
(altough it work for months)
#565838 "rewritten select calls" can wait
#580070 "Rewrite string_to_numeric" just close, outdated
(I cannot close because I opened it unlogged)
#580072 "Rewritten string_to_numeric"
Fix many bug but there can be a problem with big endian machine and
ct-lib/dblib. Problem is that it seem that sybase code numeric big or
little endian but ASE and MSSQL have different byte alignement...
Is time to have a chat on ML another time...
#580272 "Checks work" can wait
#581645 "dbsafestr buffer overflow" just a small fix (one line only, but
is a buffer overflow)
#582163 "Remove unneeded cast for msg handler" trivial, do quite nothing
(altough error code are a bit more readable)
#582424 "thread safetiness" this is quite a reminder.
We have fixed all (quite all) library for thread safetiness but there
are no way to enable this thread safetiness with configure...
#582445 "Add VARCHAR to convert table" it add VARCHAR to tds_willconvert
stuff
#591064 "convert.c - bit and money" add conversion from int to bit and
money
#593658 "TDS7 login fail" I outdated this patch with trusted patch (in
ML) today. But this is more stable that today patch and do not contain
other stuff
#593662 "ctlib test 3 fix" small and quick patch (two line)
#594953 "tds_atoi rewritten and range check" this is another big patch
on convert.c. It improve all conversions to int.
#594956 "fix conversion from bit" this is a trivial patch.
Conversion from bit return just TDS_SUCCEDED/TDA_FAIL instead of
returned length.
#594957 "convert.c - small works" these are a bit of trivial and small
patches together.

So from simple to very complex (to apply)
#580070 #593662 #581645 #565834 #591064 #582424 #582445 #594957 #594956
#565838 #582163 #580272 #593658 #594953 #580072

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page