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

Object Browser Does Not Refresh

forums forums SQLyog SQLyog: Bugs / Feature Requests Object Browser Does Not Refresh

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #11748
      JosephineJ
      Member

      Hi,

      I've recently started using SQLyog and generally find it easy to use. I'm working with multiple schemas and often creating and deleting much the same tables and procedures over and over as I work. I find that the object browser often doesn't refresh when I select 'Refresh Object Browser' from the menu / hit F5. It's not a show stopper but it is a nuisance as I often end up closing and reopening SQLyog in order to force a refresh.

      I had a look through previous posts / topics and couldn't see that this issue had been reported before. If I've missed it, could someone point me a the right thread?

      Thanks

      Jo

    • #29994
      peterlaursen
      Participant

      It will refresh the currently selected 'node' of the Object Browser tree (only). To refresh everything first select the (uppermost) connection node.

      The reason for this is that all information is fetched from the server (SHOW statements). If you have 100 database with 500 tables in each it could take some time with remote servers in particular.

    • #29995
      JosephineJ
      Member
      peterlaursen wrote on Nov 11 2009, 04:47 PM:
      It will refresh the currently selected 'node' of the Object Browser tree (only). To refresh everything first select the (uppermost) connection node.

      The reason for this is that all information is fetched from the server (SHOW statements). If you have 100 database with 500 tables in each it could take some time with remote servers in particular.

      That solves the problem. Thanks for that. It's nice and logical now I know.

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