[freetds] sqsh & freetds
Patrick Welche
prlw1 at newn.cam.ac.uk
Tue Sep 18 10:54:40 EDT 2007
In sqsh's cmd_bcp.c, there is code of the form
/*-- Find the appropriate BLK_VERSION_xxx value --*/
#if defined(CS_VERSION_150)
if(blk_ver == -1 && g_cs_ver == CS_VERSION_150) {
blk_ver = BLK_VERSION_150;
}
#endif
Now, I can see CS_VERSION_150 in freetds' cspublic.h, but I can't find an
associated BLK_VERSION_150 anywhere...
Thoughts?
Cheers,
Patrick
(Hmmm: http://lists.ibiblio.org/pipermail/freetds/2006q3/020583.html seems
to be more of a workaround...)
More information about the FreeTDS
mailing list