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

Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 2,527 total)
  • Author
    Posts
  • in reply to: Bug: 4.05 Copy result to clipboard #17629
    Ritesh
    Member
    peterlaursen wrote on May 6 2005, 04:10 AM:
    But does that mean then that sqlyog will send a NEW query to the MySQLseserver ??

    That could be important to know in the case data have changed in the meantime …

    (I thougt it just read from the result pane!)

    SQLyog does not send any new query to the MySQL server. It just reads the data from the result pane 😀

    in reply to: Bug: 4.05 Copy result to clipboard #17623
    Ritesh
    Member

    From the MySQL Docs at:

    http://dev.mysql.com/doc/mysql/en/load-data.html

    Quote:
    FIELDS [OPTIONALLY] ENCLOSED BY controls quoting of fields. For output (SELECT … INTO OUTFILE), if you omit the word OPTIONALLY, all fields are enclosed by the ENCLOSED BY character. An example of such output (using a comma as the field delimiter) is shown here:

    “1”,”a string”,”100.20″

    “2”,”a string containing a , comma”,”102.20″

    “3”,”a string containing a ” quote”,”102.20″

    “4”,”a string containing a “, quote and comma”,”102.20″

    If you specify OPTIONALLY, the ENCLOSED BY character is used only to enclose CHAR and VARCHAR fields:

    1,”a string”,100.20

    2,”a string containing a , comma”,102.20

    3,”a string containing a ” quote”,102.20

    4,”a string containing a “, quote and comma”,102.20

    Note that occurrences of the ENCLOSED BY character within a field value are escaped by prefixing them with the ESCAPED BY character. Also note that if you specify an empty ESCAPED BY value, it is possible to generate output that cannot be read properly by LOAD DATA INFILE. For example, the preceding output just shown would appear as follows if the escape character is empty. Observe that the second field in the fourth line contains a comma following the quote, which (erroneously) appears to terminate the field:

    in reply to: View Blob Data in Binary Format #17437
    Ritesh
    Member

    Thanks to all for taking the time and having a discussion on the issue.

    I have forwarded it to my development team. I believe its already in the TO-DO list of v4.1.

    in reply to: Bug: 4.05 Copy result to clipboard #17619
    Ritesh
    Member

    BTW, have you people tried the latest BETA 5 of v4.06. This BETA fixes couple of bugs which were identified while working on the above issue.

    in reply to: Bug: 4.05 Copy result to clipboard #17618
    Ritesh
    Member

    @jayshi and @sergius: Please mail me the screenshot of your Escape Character window. I believe this bug occurs only with one particular value(s) of escape characters.

    in reply to: feature request: export/copy headers #17642
    Ritesh
    Member

    I have added it to the TO-DO list of v4.1.

    in reply to: Bug: 4.05 Copy result to clipboard #17615
    Ritesh
    Member

    @jayshi: I got your mail. Can you mail me the screenshot of your escape character window?

    in reply to: two way sync work fine, one sync not #17514
    Ritesh
    Member
    Quote:
    Which version of MySQL and SQLyog are you using?

    Can you mail me your table structure and some sample data?

    Without sample data we are not able to reproduce the error 🙁

    in reply to: Segmentation Fault using SJA on Linux 9.0 #16691
    Ritesh
    Member

    No.

    We are still working on the issue.

    in reply to: Feature Req. – Scroll view by one page #17637
    Ritesh
    Member

    Thanks.

    I have forwarded it to my development team. It will be fixed in v4.07.

    in reply to: Bug: 4.05 Copy result to clipboard #17614
    Ritesh
    Member
    jayshi wrote on May 4 2005, 07:29 PM:
    Glad we are on the same page, Sorry I did not come to check this post as I was very busy with month end project.  I was just using default setting

    “Lines Terminated By n” and for Variable Length, I have “Field Terminated By t”, so I was losting my last bit of data.

    Thanks.

    Can you mail me a screenshot of your Escape Character window? I am still not able to reproduce the error where data is being truncated 🙁

    in reply to: Bug: 4.05 Copy result to clipboard #17611
    Ritesh
    Member

    If I use $, I get:

    Quote:
    'John McLaughlin','The Heart of Things','Jazz'$'Danu','The Road Less Traveled','Folk'$'Bud Powell','A Portrait of Thelonious','Jazz'$'Mississippi John Hurt','Revisited','Blues'$'Andy Statman Klezmer Orchestra','Klezmer Suite','Klezmer'$'Herbie Mann','Memphis Underground','Jazz/Soul/Funk'$'Kek Lang','Chants Room','Folk/Trad.'$'Astor Piazzolla','Concierto de Nascar','Tango'$'Grady Tate','All Love/Grady Tate Sings','Jazz'$'The Mills Brothers','Chronological, Vol. 3','Jazz'$'Cubanismo','Reencarnacion','Latin'$'Torben Westergård','Brazilian Heart','Latin'$'Duke Ellington','The Private Collection vol. 7','Jazz'$'Kassé-Mady Diabaté','Kassi Kasse','Afrikansk/Vest'$'Arne Forchhammer Trio','Assimilation','Jazz'$'Vieja Trova Santiaguera','Hotel Asturias','Latin'$'Sergio Mendes','Brasileiro','Latin'$'Fernando Tarres','The Outsider','Jazz/Fusion'$'Jan Johansson','Folkvisor','Jazz'$'Sonny Boy Williamson','The Bluebird Blues','Blues

    There is no ' at the end (which is a bug) though there is no truncation of data either.

    We will fix the issue with $ and $$$.

    in reply to: Bug: 4.05 Copy result to clipboard #17608
    Ritesh
    Member

    Here are the steps that I followed:

    csv_1.gif

    csv_2.gif

    csv_3.gif

    csv_4.gif

    and the result:

    csv_5.gif

    in reply to: Bug: 4.05 Copy result to clipboard #17606
    Ritesh
    Member
    Quote:
    I still have an old sqlyog 3.11 installed. Results with this one are sligthly different…

    There has been lot of changes on that feature after 3.11. Many known bugs have been fixed.

    in reply to: Bug: 4.05 Copy result to clipboard #17604
    Ritesh
    Member
    peterlaursen wrote on May 4 2005, 09:46 AM:
    >>> Ritesh

    look at my data!! (10:51)

    the VERY LAST ENDING should be “…… |Blues” but with a single character as line-delimiter it is only “……|Blue”

    I saw the post but I am not able to reproduce the bug! Its working for me.

Viewing 15 posts - 1,126 through 1,140 (of 2,527 total)