Skip to Content.
Sympa Menu

freetds - [freetds] Oracle and bugs

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] Oracle and bugs
  • Date: Mon, 9 Feb 2004 17:12:14 +0100

I'm working closely to support Oracle connection using FreeTDS and ODBC.
I discover a bug in recent money_to_string change. We converted from
money to 64bit int using this line (only under big-endian)

mymoney = *((TDS_INT8*) money);

however sometimes money was only 32bit aligned causing a Bus Error (on
SPARC for instance). Patch applied in both 0.62.2 (0.62 CVS version) and
0.63 (CVS HEAD). How want to test Oracle connection must use CVS version
and --enable-developing option.

freddy77



  • [freetds] Oracle and bugs, ZIGLIO, Frediano, VF-IT, 02/09/2004

Archive powered by MHonArc 2.6.24.

Top of Page