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

Forum Replies Created

Viewing 15 posts - 886 through 900 (of 2,527 total)
  • Author
    Posts
  • in reply to: still problems with \ character in PK #18285
    Ritesh
    Member

    Very strange. I am not able to reproduce the column truncation error.

    in reply to: Migrating a phpBB Forum #18430
    Ritesh
    Member
    Quote:
    When you use SQLyog to make a copy to a different host, it may say that everything is “OK” when really it is not ok if there were a problem that perhaps the program could not detect.

    Very strange. What kind of error you suspect that might occur?

    Quote:
    A problem of SQLyog is that errors are written in a file stored in the Program Files folder, and errors appended to others and it is not easy to know when an error was written.

    Whenever SQLyog comes across an error, it will display a MessageBox notifying you about it. Starting from v4.07, the error dialog will also have a button to open SQLyog.err.

    Quote:
    Then I disconnect the new host database and connected again, and for this specific database (posts) it showed the same qty of records from the current database and both dumps.

    You mean to say that just reconnecting to the new hosts solved the problem?

    Is it possible that you upload the dump at one of your server from where we can download it? 90MB download should not be a problem.

    in reply to: Schedule for Automated ODBC #17707
    Ritesh
    Member

    Very good.

    We plan to release v4.07 FINAL this week and then v4.1 BETA 1.

    in reply to: Connection dialog at startup #18470
    Ritesh
    Member

    Thanks for the feature request. I have forwarded your issue to my development team.

    in reply to: i need you to help #18469
    Ritesh
    Member
    in reply to: still problems with \ character in PK #18281
    Ritesh
    Member
    Quote:
    Since it will ALWAYs use the PK-column(s) I don't see why I should need to specify it.

    SJA always uses PK columns to get the unique row. If you dont specify the PK columns then those columns wont be used while generating checksums.

    Quote:
    In this case I ONLY want to use SQL_WHERE. SJA should generate checksums only on rows that satisfy the SQL_WHERE condition (besides using the PK as it must do).

    It only uses the rows satisfied in the SQL_WHERE clause but you have to specify which columns to use to generate checksums.

    Putting it succinctly:

    PK columns are used to select the unique row. Selection of columns tells SJA to use specific columns for generating checksums. Since checksum generation is a CPU intensive work, you can skip BLOB columns if possible.

    in reply to: still problems with \ character in PK #18279
    Ritesh
    Member
    peterlaursen wrote on Jul 3 2005, 11:19 PM:
    Quote:
    It wont make any difference as SJA will search for the primary key columns in the tables.

    The GUI functionality does not seem to know that! If NO colums are selected it displays this error msg. Choosing the PK-column (and that alone) works fine (with SQL_WHERE operating on another column)!

    This behavior is correct. You have to atlease select one column to generate checksums to find the difference. What I meant is that you dont need to necessarily select a PK column in this list.

    in reply to: Testing with php 5.1 #18457
    Ritesh
    Member

    Thanks for the info.

    in reply to: Using PHPRunner #18455
    Ritesh
    Member
    Quote:
    Seems very good to me (but a bit expensive at $199) Would be interested in your comments/experiences

    We have never used the tool. Since we dont use PHP for our development needs (this forum is a 3rd party tool), we really cant comment on it. As of SQLyog having a similar feature – ummmmm – I dont think we will ever have it.

    in reply to: Connection Management! #18454
    Ritesh
    Member
    Quote:
    believe you promised a Connection Management Feature

    Yes I did but this option is lower down in the TO-DO list. We first plan to make SQLyog compatible with SP & Views. Improved user management and unicode support are next in line.

    in reply to: missing highlight/coloring in editor #18453
    Ritesh
    Member
    Quote:
    Problem is that you can have connections open to different MySQL-versions with different keyword-lists.

    Can SQLyog handle this ?

    Nope. We will be having the same keyword list for all MySQL versions.

    in reply to: missing highlight/coloring in editor #18451
    Ritesh
    Member

    We have not yet updated SQLyog with the complete keyword list of MySQL v4.1. We plan to update it in SQLyog v4.1.

    in reply to: Migrating a phpBB Forum #18426
    Ritesh
    Member

    If the data is not confidential then can you mail me the exported .SQL file?

    in reply to: Blob image viewer problems #18128
    Ritesh
    Member

    Only one image did the trick. I was just looking for a 35MB image so that my developers could work on it.

    in reply to: Blob image viewer problems #18126
    Ritesh
    Member

    The issue is due to the fact that we add the whole query (in this case around 35M:cool: to the history window too. Thus the memory is not being released even after you have ceased using Insert/Update window.

    Starting from v4.07 RC2, SQLyog will only log queries less than 4K.

Viewing 15 posts - 886 through 900 (of 2,527 total)