https://bugzilla.novell.com/show_bug.cgi?id=681916
https://bugzilla.novell.com/show_bug.cgi?id=681916#c3 --- Comment #3 from scott fluto <[email protected]> 2011-03-23 20:35:05 UTC --- Debugging it I found patching Tds70.cs and modify: line 618: from: colType == TdsColumnType.BigVarBinary) && to: colType == TdsColumnType.BigVarBinary || colType == TdsColumnType.Image) && all our binary columns are set to varbinary(max) so it will end up being an image type since its > 8000 byte size which this check seems to be missing. thanks scott -- Configure bugmail: https://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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
