Skip to Content.
Sympa Menu

freetds - Missing symbols in CVS snapshot

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Michael Peppler <mpeppler AT peppler.org>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Missing symbols in CVS snapshot
  • Date: Tue, 24 Jul 2001 14:17:52 -0700


This is just a heads-up that the current CVS snapshot is missing some
symbols and causes the upcoming 0.93 version of DBD::Sybase to fail to
build:

dbdimp.c: In function `syb_ct_prepare_send':
dbdimp.c:2655: `CS_SEND_DATA_CMD' undeclared (first use in this function)
dbdimp.c:2655: (Each undeclared identifier is reported only once
dbdimp.c:2655: for each function it appears in.)
dbdimp.c:2655: `CS_COLUMN_DATA' undeclared (first use in this function)
dbdimp.c: In function `syb_ct_finish_send':
dbdimp.c:2689: structure has no member named `timestamp'
dbdimp.c:2692: structure has no member named `timestamp'
dbdimp.c:2693: structure has no member named `timestamplen'
dbdimp.c: In function `_dbd_rebind_ph':
dbdimp.c:3227: `CS_NO_RECOMPILE' undeclared (first use in this function)

This version adds access to the ct_send_data()/ct_get_data() API calls
(for TEXT/IMAGE columns).

The structure that is missing the timestamp/timestamplen members is
CS_IODESC.

Could I suggest that you add something like
#define FREETDS_VERSION 0.xx
somewhere so that it's easier to code around missing features of
FreeTDS vs. OpenClient a little easier? (and my appologies if it's
already there and that I just didn't see it!)

Thanks,

Michael
--
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
mpeppler AT peppler.org - mpeppler AT mbay.net
International Sybase User Group - http://www.isug.com




Archive powered by MHonArc 2.6.24.

Top of Page