Minor capitalisation detection bug

mattbenhammattbenham Posts: 13 Bronze 1
edited August 24, 2021 1:01PM in SQL Source Control
There appears to be a minor bug in Source Control 7.2.35.13078 .  It is not detecting changes in capitalisation - in particular in string literals in stored procedures.

For example if you have a stored procedure that simply executes "SELECT 'TEST' " and then change "TEST" to lower case, SQL Source Control does not detect the change.

I had an example where an external partner needed a subtle case change in an XML string generated by a stored procedure.  I had to make a superfluous minor change to the SP to get Source Control to detect and commit the intended change.
Tagged:

Best Answer

Answers

Sign In or Register to comment.