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

Export Database Changes Table Names In Some Stored Procs

forums forums SQLyog SQLyog: Bugs / Feature Requests Export Database Changes Table Names In Some Stored Procs

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #10090
      Donna
      Member

      With SQLYog 5.21, I exported database as sql statements to move db to another server . In some of the stored procedures, the leading character in the table name was changed to the letter i. Here's an a snippet of the incorrect extract with the changed characters in bold:

      inner join iecurityobjects so

      on so.ReferenceId=p.projectid and so.SecurityObjectTypeId=$projectTypeid

      inner join ilsecurityobjectsecurityobject rlsoso

      on so.SecurityObjectId=rlsoso.SecurityObjectIdChild

      inner join ilsecurityobjectsecurityobject rlsoso2

      If I export it with sqlyog 5.19, the extract is correct:

      inner join securityobjects so

      on so.ReferenceId=p.projectid and so.SecurityObjectTypeId=$projectTypeid

      inner join rlsecurityobjectsecurityobject rlsoso

      on so.SecurityObjectId=rlsoso.SecurityObjectIdChild

      inner join rlsecurityobjectsecurityobject rlsoso2

      What could explain this? There are other stored procedures in this same db that reference the same tables, but the names are correct.

      Thanks for your help.

      Donna

    • #23110
      peterlaursen
      Participant

      No explanation at this moment!

      But as it works correctly with 5.19 and not 5.21 it looks like we have an issue.

      We will research into that now.

      Can you procide a 'test case': a complete export with 5.19 and 5.21 respectively and attach.  You can create a ticket and attach to the ticket if you don't want to expose the data in public.

      Also: does this only and always happen inside 'inner join' constructs?

    • #23111
      peterlaursen
      Participant

      We just tried every option (including join-type) that we can figure out with both program versions.

      We cannot reproduce any such issue.

      We will need more info – best of all a 'reproducable test case'

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