Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
1-4 of 4Patches
< Previous 1 Next >
Being evaluated
|
1222 |
May 12 2008 at 8:47 PM |
jayjohnson |
View my last patch ... I didn't think to modify and send the .cst.
ColumnInfo.cst (line 48&49).
|
|
Download
|
Being evaluated
|
1221 |
May 12 2008 at 8:43 PM |
jayjohnson |
I found an issue with default validation for datatypes using a '(max)' datatype such as 'nvarchar(max)'. SQL sets the size to -1 on those datatypes and the framework checks the max size when validating. If there is any data for a column using a '(max)' datatype it will fail since the size is greater than -1. I didn't find anything to provide me with the actual size for those types, but it appears to be the only types that have -1 for the size.
The fix is a small one, and the attached document shows the code and location for the fix. The fix code is in the red rectangle. Its a simple check that looks for a size of -1. If found it sets the max size to the max size allowed for '(max)' types found in the T-SQL documentation (http://msdn.microsoft.com/en-us/library/ms187752.aspx).
|
|
Download
|
Being evaluated
|
679 |
Jan 11 2008 at 4:15 PM |
mattblodgett |
Made a change to line #57 of SqlHelper.cst. Connections should now close properly.
|
|
Download
|
Applied Sep 23 2007 |
313 |
Sep 21 2007 at 5:51 PM |
mvandyke |
Modified GetParameterList to support varbinary (but not entirely sure this is the proper way to do it)
|
|
Download
|
1-4 of 4Patches
< Previous 1 Next >