[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c9


--- Comment #9 from scott fluto srfcan...@hotmail.com 2010-07-06 12:18:13 UTC 
---
retested and looks good now.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-07-03 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c8


Veerapuram Varadhan vvarad...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Veerapuram Varadhan vvarad...@novell.com 2010-07-03 
16:07:31 UTC ---
Scott, Thanks for the test case and table schema.  Fixed in r159851, r159853,
r159855 for trunk, 2.6, 2.4 respectively.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-07-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c


Veerapuram Varadhan vvarad...@novell.com changed:

   What|Removed |Added

 AssignedTo|mono-bugs@lists.ximian.com  |vvarad...@novell.com

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-06-23 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c4


Veerapuram Varadhan vvarad...@novell.com changed:

   What|Removed |Added

 CC||vvarad...@novell.com

--- Comment #4 from Veerapuram Varadhan vvarad...@novell.com 2010-06-23 
14:00:55 UTC ---
Hi Scott,

2.4.x uses TDS 7.0 and hence limited to 4000 double-byte chars.  Trunk and 2.6
supports TDS 8.0, which has support for nvarchar (max).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-06-23 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c5


--- Comment #5 from scott fluto srfcan...@hotmail.com 2010-06-23 14:13:19 UTC 
---
I think I tried it with the trunk but Ill try it again, is there anything I
have to config to use TDS 8.0 or will it use it automatically

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-06-23 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c6


--- Comment #6 from Veerapuram Varadhan vvarad...@novell.com 2010-06-23 
14:21:02 UTC ---
TDS 8.0 is the default when you use 2.6.x or greater of Mono. If the problem
still persists, please provide a test C# program that reproduces the bug, with
both varchar(max) and nvarchar(max).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-06-16 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c3


Miguel de Icaza mig...@novell.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||mig...@novell.com
   InfoProvider||srfcan...@hotmail.com

--- Comment #3 from Miguel de Icaza mig...@novell.com 2010-06-16 21:23:46 UTC 
---
Hello Scott,

For your bug, can you please provide your database table definitions, and a
self-contained C# program that exhibits this problem?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-06-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c2


--- Comment #2 from scott fluto srfcan...@hotmail.com 2010-06-01 18:56:36 UTC 
---
Lookging at the sqlserver traces, running on windows, the trace  value is
defined as @p11 nvarchar(max) , and under mono its @p11 nvarchar(4000) . I
suspect its just a change to the tds.cs files to account for nvarchar(max) and
not default to to 4000.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 609935] Insert into Sqlserver nvarchar(max) fields truncates data 4000 characters

2010-05-29 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=609935

http://bugzilla.novell.com/show_bug.cgi?id=609935#c1


Zoltan Varga var...@gmail.com changed:

   What|Removed |Added

  Component|misc|Sys.Data
Product|Mono: Runtime   |Mono: Class Libraries

--- Comment #1 from Zoltan Varga var...@gmail.com 2010-05-29 15:52:42 UTC ---
- sys.data

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs