forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Export Database Changes Table Names In Some Stored Procs
- This topic is empty.
-
AuthorPosts
-
-
December 19, 2006 at 6:18 pm #10090DonnaMember
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
-
December 20, 2006 at 5:41 am #23110peterlaursenParticipant
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?
-
December 20, 2006 at 6:42 am #23111peterlaursenParticipant
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'
-
-
AuthorPosts
- You must be logged in to reply to this topic.