Skip to Content.
Sympa Menu

freetds - [freetds] Name normalizations (was: Outstanding changes)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Name normalizations (was: Outstanding changes)
  • Date: Thu, 29 Jan 2004 12:11:36 +0100

Well, I changed some names in libTDS

TDSCOLINFO -> TDSCOLUMN
TDSICONVINFO -> TDSICONV
TDSMSGINFO -> TDSMESSAGE
TDSCONNECTINFO -> TDSCONNECTION
TDSBLOBINFO -> TDSBLOB
TDSENVINFO -> TDSENV
tds_alloc_connect -> tds_alloc_connection
tds_fix_connect -> tds_fix_connection
tds_free_connect -> tds_free_connection

Code compile and all expected tests still works (only cancel test in
ctlib do not works)

I didn't change:
- TDSRESULTINFO/TDSCOMPUTEINFO/TDSPARAMINFO. I didn't find a good name
and I don't know if it's a good idea to clash all type to a unique
name...
- BCP_COLINFO. This would cause some problems to Bill merging it's big
patch on BCP. Bill, why don't you merge your code in CVS?

I privatize also dblib.h (now it's a private header). However I'm not
very satisfied... I had to copy some defines from tds.h to sybdb.h
(types and compute operators). IMHO it would better to rename SYB*
constants in tds.h to TDS_TYPE_* and add checks for consistency
somewhere in dblib code.

freddy77



  • [freetds] Name normalizations (was: Outstanding changes), ZIGLIO, Frediano, VF-IT, 01/29/2004

Archive powered by MHonArc 2.6.24.

Top of Page