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

Bug: Unexpected "table Doesn't Exist" Message

forums forums SQLyog SQLyog: Bugs / Feature Requests Bug: Unexpected "table Doesn't Exist" Message

  • This topic is empty.
Viewing 6 reply threads
  • Author
    Posts
    • #9377
      vygi
      Member

      This is a small one:

      let's say you select something from a table which is located on another database than currently active (SQLyou said “use ” in the background), eg. you are in the database called OLAP and select something from table entries located in the database Archive:

      SELECT * FROM Archive.entries WHERE date=20051120

      It works indeed, SQLyog shows result as “(Read Only)” but if you try to edit this table and switch from “Ready only” to “Archive”, it says:

      Error No. 1146

      Table “OLAP.entries” doesn't exist

      This is caused by following statement I can see in the history:

      show full fields from `entries`

      This is wrong; either SQLyou must use database prefix (`Archive.entries`) or not allow to switch to edit mode.

      All the best,

      Vygi

    • #19891
      peterlaursen
      Participant

      confirmed!

      Another solution could be to issue a 'use ..' in the background when table for editing is selected from drop-down.

    • #19892
      vygi
      Member

      peterlaursen: are you permanently online on this page?!.. 😎

    • #19893
      peterlaursen
      Participant

      yeah … I like the dolphins too πŸ˜›

    • #19894
      vygi
      Member
      peterlaursen wrote on Nov 29 2005, 04:00 PM:
      yeah … I like the dolphins tooΒ  πŸ˜›

      hey – that was my 50th post and I became “Advanced Member”! πŸ˜€

    • #19895
      peterlaursen
      Participant

      oh that's fine …

      but which one is you ? πŸ˜€

    • #19896
      vygi
      Member
      peterlaursen wrote on Nov 29 2005, 04:16 PM:
      but which one is you ?Β  πŸ˜€

      I'm on the left πŸ˜‰

      [X] <- nail here to get new monitor

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