How can we help you today? How can we help you today?

SQL Compare missed a difference between two stored procedures

SQL Compare missed a stored procedure where there was a space before a colon - see attached. 2oljjnf1uylz.png
ebwind
0

Comments

3 comments

  • sam.blackburn
    In the edit project dialog, do you have the Ignore Whitespace option checked?
    sam.blackburn
    0
  • ebwind
    Thanks Sam, that was it.
    ebwind
    0
  • Chris_F
    If that fixed it then that definitely should be a bug.

    White-space should be classed as the white-space around statements, not within a literal string.

    If a statement is preceded with 2 tabs instead of one that's no issue, but if there is a string/code different then that is a major issue if it gets missed.

    SQL Compare should be smart enough to pick up the difference between the two.

    Chris_F
    0

Add comment

Please sign in to leave a comment.