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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 1 14:56:37 EDT 2010


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

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


--- Comment #2 from scott fluto <srfcanada at 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.


More information about the mono-bugs mailing list