Skip to Content.
Sympa Menu

freetds - [freetds] [ freetds-Patches-690378 ] freebcp -I unimplemented

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "SourceForge.net" <noreply AT sourceforge.net>
  • To: noreply AT sourceforge.net
  • Subject: [freetds] [ freetds-Patches-690378 ] freebcp -I unimplemented
  • Date: Wed, 05 Mar 2003 18:50:08 -0800

Patches item #690378, was opened at 2003-02-20 18:27
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=407808&aid=690378&group_id=33106

Category: application
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Craig A. Berry (berryc)
>Assigned to: James K. Lowden (jklowden)
Summary: freebcp -I unimplemented

Initial Comment:
The switch is available but it doesn't actually do
anything with the value it collects. The following
fills in the missing functionality:

--- src/apps/freebcp.c;-1 Tue Feb 11 17:05:45 2003
+++ src/apps/freebcp.c Wed Feb 19 15:58:01 2003
@@ -410,6 +410,10 @@
dberrhandle(err_handler);
dbmsghandle(msg_handler);

+ /* If the interfaces file was specified
explicitly, set it. */
+
+ if (pdata->interfacesfile != NULL)
dbsetifile(pdata->interfacesfile);
+
/* Allocate and initialize the LOGINREC
structure to be used
* ** to open a connection to SQL Server.
*/


----------------------------------------------------------------------

Comment By: James K. Lowden (jklowden)
Date: 2003-03-05 21:50

Message:
Logged In: YES
user_id=350488

Accepted and applied. Thanks for the patch!

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=407808&aid=690378&group_id=33106



  • [freetds] [ freetds-Patches-690378 ] freebcp -I unimplemented, SourceForge.net, 03/05/2003

Archive powered by MHonArc 2.6.24.

Top of Page