Skip to Content.
Sympa Menu

freetds - [freetds] some small changes to commit, please ?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Thompson, Bill D (London)" <ThompBil AT exchange.uk.ml.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] some small changes to commit, please ?
  • Date: Fri, 10 Jan 2003 17:06:08 -0000

Guys,

could someone do the honours and commit the following changes for me ?
This a standard UNIX diff of bcp.c before and after:

1533c1533
< char colclause[1024];
---
> char colclause[4096];
2365a2366,2367
> if (collen == 0)
> data_is_null = 1;
2381,2385c2383
< if (desttype == SYBVARCHAR) {
< bcpcol->data_size =
_bcp_rtrim_varchar(bcpcol->data, converted_data_size);
< } else {
< bcpcol->data_size =
converted_data_size;
< }
---
> bcpcol->data_size =
converted_data_size;
2408,2412c2406
< if (desttype == SYBVARCHAR) {
< bcpcol->data_size =
_bcp_rtrim_varchar(bcpcol->data, converted_data_size);
< } else {
< bcpcol->data_size =
converted_data_size;
< }
---
> bcpcol->data_size =
converted_data_size;

here's an after image of the whole bcp.c

<<bcp.c.new.gz>>
Hope that's enough....

Bill




¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤

Bill Thompson
Securities Services Division
Merrill Lynch Europe

For very important information relating to this e-mail please click on this
link: http://www.ml.com/legal_info.htm


Attachment: bcp.c.new.gz
Description: Binary data




Archive powered by MHonArc 2.6.24.

Top of Page