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

show create table tbl_products;

forums forums SQLyog SQLyog: Bugs / Feature Requests show create table tbl_products;

  • This topic is empty.
Viewing 8 reply threads
  • Author
    Posts
    • #8976
      zzapper
      Member

      Hi,

      show create table tbl_products; appears to just show garbage.

      tested above OK with CLI mysql.exe.

    • #17790
      zzapper
      Member

      Ritesh,

      Sorry 4got am using latest rc1

    • #17791
      peterlaursen
      Participant

      confirmed!

      It's a problem with the “result pane” only. If you copy to clipboard and paste into SQL-pane or a text-editor it's OK!

      The problem is related to characters to produce LineFeed and CarriageReturn. They are mismatched by the result pane. It's displayed as a square followed by (I think) 3 space-characters

    • #17792
      zzapper
      Member

      This hasn't been fixed in 4.06

    • #17793
      Shadow
      Member

      This is not a bug of SQLyog, but rather a bug of the GUI control SQLyog uses. It simply cannot handle line breaks… In case of SHOW CREATE TABLE command switch to Edit->Show results in text, and results will be displayed as expected. However, if you have more fields in the returned resultset, that contain line breaks, then even this workaround is spoiled.

    • #17794
      Ritesh
      Member

      Show create table returns table definition in multiple lines. The current grid can only show data in a single line and hence the carriage returns come as grabage.

      As shadow said you have to switch to Text Mode.

      BTW, you can get the same thing in the object pane when you select a table in the object browser.

    • #17795
      zzapper
      Member

      Hi,

      You can toggle Control L to switch Display Mode, that's really useful & cool.

      I fear however that this fool others!

      Howsabout an extra button on the results pane (next to export cells/rows,all) ?

    • #17796
      Shadow
      Member

      Right-click pop-up menu and hot-keys are not sufficient?

    • #17797
      zzapper
      Member

      Shadow,

      I just know that lots of others are going to stumble on this one.

      I didn't even know there was a text mode, so I couldn't “see” any of the options.

      BTW Text mode is wonderful as it gives you a reall quick way to select just the data you want.

      So everyone try Control-L in the results Pane !!!!

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