Recent content by Kajman

  1. K

    Compare table data - show information about applying changes

    In generate script mode, I would like the apply icon (green Nike) to change color after use (or disable the icon). The comparison usually takes a long time and I do other things. When I return to the compare window, I'm not sure if I've already applied the changes or not.
  2. K

    compare table data - save group of selected tables

    Thank you, that's what I was looking for.
  3. K

    Beautifier: having without group by

    Indentation is still wrong.
  4. K

    compare table data - save group of selected tables

    In the "compare table data" tool, I would like to be able to save a selection of tables for future use. E.g. I could name a group of selected tables and next time load the group and reselect the same tables quickly. I often compare only 10 tables out of 800. They don't start with the same...
  5. K

    compare table data - 32bit vs 64bit

    Can there be any difference in this tool in the 32 bit and 64 bit versions? I have a 64 bit version and compare table data works fine. A colleague uses a 32-bit version and a tool over the same data and with the same settings finds only some of the differences. I apologize for not having a...
  6. K

    copy rows in Edit data

    For many years, I have noticed that rows are sometimes not copied correctly when editing a table. An example of content that makes problems: create table TEST_OF_COPY_ROWS ( id number(4) not null, text varchar2(200), changed date default sysdate ) ; insert into...
  7. K

    ExamDiff Pro

    ExamDiff Pro supports syntax highlighting but if i compare opened object with database source then the Developer creates two files without extension (Editor and Database files in TEMP). ExamDiff Pro can not be configured to use sql syntax if none of the file has a file extension. Could it be...
  8. K

    Is there possible to disable PL/SQL beautifier?

    Try code to beautifier -- NoFormat Start this code will be ignored -- NoFormat End code to beautifier
  9. K

    compare table data - no ascii characters

    After change client NLS_LANG (in registry HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraClient11g_home2) from EE8MSWIN1250 to AL32UTF8 it works fine. But I have two little wishes: If I manually edit the SQL text in the tab Differences, the program can ask me whether to apply original or modified...
  10. K

    compare table data - no ascii characters

    Hello, after move to windows 10, i have a problem with Compare table data. If any generated sql command included no ascii chars then sql commands for whole table are ommited in Differences tab. In Developer window i see this only rem Differences between <CURRENT USER>@SERVER1 and...
  11. K

    Switch to the recent window

    I wish I had just one shortcut for switching between the last two windows. When using the (Shift-)Ctrl-F6 i have to wonder if I want to switch in history back or forward.
  12. K

    Switch to the recent window

    I would welcome the possibility of setting a shortcut key for "Window: Recent Window" to jump to the last open window. In Key Configuration I can set a shortcut key for "Window: Next Window" and "Window: Previous Window" only. Or this can be programmed through a macro? Thanks.
  13. K

    Beautifier: having without group by

    A select with aggregate functions on all rows (group by not used) using having clause is not beautified correctly select min(dummy) from dual where dummy like 'X%' having min(dummy) = max(dummy) and count(*) = count(dummy)
  14. K

    Large Data Editor - External - different charset for input and output

    Hello, i have czech windows (operating charset encoding is windows-1250) and UTF-8 database. When i open clob by External program, the file encoding is UTF-8 but i must save file in windows-1250 encoding for correct load back into developer. I use last version (11.0.5 1775 32b) but i have...
Back
Top