2003-01-10 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / Mono.Data.Tds / ChangeLog
index ef1318a6bff6941a6f4d74007ceebbe903559bde..54e830ce44b51a21a63acdd7dc293ee17639af41 100644 (file)
@@ -1,3 +1,14 @@
+2002-12-22  Tim Coleman <tim@timcoleman.com>
+       * Mono.Data.Tds.Protocol/TdsComm.cs:
+               Change GetString to NOT explicitly add a NUL
+               to the end of the string since Encoder.GetString ()
+               will do that.
+
+2002-12-14  Daniel Morgan <danmorg@sc.rr.com>
+
+       * Mono.Data.Tds.Protocol/Tds70.cs: single quotes in SQL string
+       need to be escaped as two single quotes
+
 2002-12-01  Tim Coleman <tim@timcoleman.com>
        * list:
                Remove more unnecessary files.