Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Schema Comparison Tool Showing Target Changes With Identical Tables.

forums forums SQLyog Using SQLyog Schema Comparison Tool Showing Target Changes With Identical Tables.

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #12437
      Terry D.
      Member

      Hi all,

      I'm running a trial of SQLYog and made my first use of the schema comparison tool, today. I wanted to double check that a Testing DB's schema was the same as a copy I was working on. The tool showed two changes on the target (Testing) instance and generated the appropriate SQL. The trouble is the definitions, to me, are identical; even down to the column ordering (see attached).

      Is there something I'm missing here?

      Both servers are MySQL 5.1.57 on Amazon RDS. SQLYog is v 9.20.

      Terry.

    • #32605
      peterlaursen
      Participant

      As far as I can see the columns order is not identical on source and target. Schema Sync will also consider columns order and sync to identical columns order. Am I right?

      If not you will have to provide a 'non-obfuscated' dialog along with CREATE TABLE statement for the table at both ends. If you do not want to do in public here you may create a prviate ticket by mailing to [email protected].

    • #32606
      Terry D.
      Member
      'peterlaursen' wrote:

      As far as I can see the columns order is not identical on source and target. Schema Sync will also consider columns order and sync to identical columns order. Am I right?

      If not you will have to provide a 'non-obfuscated' dialog along with CREATE TABLE statement for the table at both ends. If you do not want to do in public here you may create a prviate ticket by mailing to [email protected].

      Hi Peter,

      Sorry for the obfuscation, it's a matter of policy that we mask this stuff. I compared dumps of the two tables and found that they were indeed in a different order; so the changes listed and the resulting query are in fact correct, it's just that the dialog isn't displaying them in the order they're found.

      Does this count as a bug or is it behaving as intended? (I'll send the dumps and screenshot to your support address for comparison)

      Terry.

    • #32607
      peterlaursen
      Participant

      We will reply in the private ticket you created!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.