Skip to Content.
Sympa Menu

freetds - changes overnight

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: changes overnight
  • Date: Wed, 10 Jul 2002 01:26:38 -0400

Yesterday was a busy day. We tried to fix numerics, text truncation,
uniqueidentifier declaration (and implementation). Not bad for a day's
effort. Well done, all!

I'm attaching Bill's numeric changes, converted to a unified diff, in case
you want to apply them without fetching a new tarball.

Please put the new stuff through the paces. ChangeLog follows.

--jkl

$ cvs diff -u -r 1.100 ChangeLog
jklowden AT cvs.freetds.sourceforge.net's password:

Index: ChangeLog
===================================================================
RCS file: /cvsroot/freetds/freetds/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 9 Jul 2002 03:15:46 -0000 1.100
+++ ChangeLog 10 Jul 2002 05:10:55 -0000 1.101
@@ -1,3 +1,11 @@
+Tue Jul 9 23:16:12 EDT 2002 JK Lowden <jklowden AT schemamania.org>
+ declare TDSUNIQUE in the same way as windows and unixodbc
(Frediano):
+ + include/tds.h.in, patch #579149.
+ + src/tds/convert.c, patch #579149
+ * src/tds/convert.c, simplify tds_convert_text
+ * src/dblib/dblib.c, fix dbconvert to work with new
tds_convert_text
+ * src/tds/token.c, tds_process_row, fix little endian numeric
datatype (Bill Thompson)
+
Mon Jul 8 19:03:33 EDT 2002 JK Lowden <jklowden AT schemamania.org>
* src/tds/convert.c: reverted tds_convert_text to 1.12 logic;
1.13 patch was mistaken, per Brian.

Attachment: numeric.patch.gz
Description: Binary data




Archive powered by MHonArc 2.6.24.

Top of Page