Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Did not select the Framework in the initial post.
It is a PLINQO Issue.
Original comment by hai...@shopme.com
on 25 Dec 2009 at 7:04
Original comment by shannon....@gmail.com
on 4 Jan 2010 at 4:01
Original comment by shannon....@gmail.com
on 7 Jan 2010 at 4:19
I ran a test against a ms sql 2008 db which had an htmlbody and textbody column
set
to nvarchar(max). I was able to reproduce this issue in 3.0.x and 4.0.x. The
patch
submitted simply changes line 113 of the Entity.Editable.cst file setting the
lower
size boundary eval from size == -1 to size <=0.
The fix assumes that the user wants
System.ComponentModel.DataAnnotations.DataType.Multiline to trump
System.ComponentModel.DataAnnotations.DataType.Html or any other more specific
type.
Original comment by jon.k...@gmail.com
on 28 Jan 2010 at 5:21
Attachments:
Original issue reported on code.google.com by
hai...@shopme.com
on 24 Dec 2009 at 6:17