home recent topics recent posts search faq  

Huagati Systems Support Forum



register | lost password   open id sign in with Twitter
Messages in this topic - RSS

Home » Huagati DBML/EDMX Tools Support » Case-sensitive data type checking??

Support forum for Huagati DBML/EDMX Tools
4/14/2011 11:50:55 AM

Ketan Shah
Ketan Shah
Posts: 6
I have a stored procedure which is giving the following difference when doing a compare of the dbml in VS2008 to SQL Server 2008 R2:

The stored procedure/function dbo.spSystemInfo has changed signature from
dbo.spSystemInfo()
, returning {Server_Name NVarChar(128), DB_Name NVarChar(128), CustomerShortname NVarChar(10) NOT NULL, CustomerReportname NVarChar(20) NOT NULL, CustomerLongname NVarChar(50) NOT NULL, ReportTitle NVarChar(50), Midas Bit}
...to...
dbo.spSystemInfo()
, returning {Server_Name nvarchar(128), DB_Name nvarchar(128), CustomerShortname nvarchar(10) NOT NULL, CustomerReportname nvarchar(20) NOT NULL, CustomerLongname nvarchar(50) NOT NULL, ReportTitle nvarchar(50), Midas bit}

The differences relate to a change in case of the data types.

I wouldn't expect them to be reported as different - is there some way to make them not appear in the compare output without having to update the dbml. I have event re-added the stored procedures to no avail.
0 permalink
4/18/2011 6:10:03 AM

Kristofer Andersson
Kristofer Andersson
Moderator
Posts: 312
That looks like a bug, it will be fixed in the next update.

Best regards,
Kristofer
0 permalink

Home » Huagati DBML/EDMX Tools Support » Case-sensitive data type checking??





Powered by Jitbit Forum 7.1.0.0 © 2006-2011 Jitbit Software