Recent content by MartinSv

  1. M

    Pausing and Executing in Command window in version 16

    I can confirm it works correctly in 16.0.1 Thanks.
  2. M

    Pausing and Executing in Command window in version 16

    Hi, When pausing the execution in Command Window and then execute and run the script “command by command‿ by pressing the Execute Next Command button, it is hard to track bigger SQL commands in Editor tab, because the actual script (yellow marked) is not automatically focused. In the previous...
  3. M

    Code Assistant wish

    Hello, when selecting directly from a table, the Code Assistant offers the table columns names/types and the option "(all)" to select all columns. But when selecting from subselect, the assistant offers only the column names without the option "(all)". Can this be added?
  4. M

    long-time queries stop button to enable

    I also have this problem.
  5. M

    Cycle multiple queries in SQL window ver.14

    That's what I needed, I can use it instead of the arrows. Thanks.
  6. M

    Cycle multiple queries in SQL window ver.14

    Hello, in version 13, when I run several SQLs in one SQL window, I was able to quickly browse through results using CTRL-ARROWS. In version 14 it is no more possible, because CTRL-ARROW cycles just the tab headers but doesn't show the data.
  7. M

    13.0.6 - wrong column copy-paste

    Thanks Marco, I can confirm it is working OK.
  8. M

    13.0.6 - wrong column copy-paste

    After upgrading from version 13.0.5 to 13.0.6 I cannot copy-paste whole column with data in SQL edit data Grid - pasted data have one extra space at the beginning of each string (from row 2). Can anybody try?
  9. M

    Hangs when network lost/reconnected

    +1 I am connecting to various customer DBs using several types of VPN and yes - killing the hanged Developer windows in task manager is my daily routine :-)
  10. M

    v13 corrupts my SQLs

    When I have several SQLs in one file, each ends with ";" and I click into one of them and "execute current statement" (using shortcut Ctrl-F8) - the SQL is highlighted with light blue background and the data is shown. Now when I want to refresh the data using the "refresh result set", after...
  11. M

    PSD 12 noticeably slower than PSD 11

    Based on the content of debug.txt files, I saw that some slowness maybe due to my too big logon history or other configuration problems. I deleted the configuration (user.prefs) and imported the saved connections again and now the PSD12 startup seems faster. Even the 'select 1 from dual' is now...
  12. M

    PSD 12 noticeably slower than PSD 11

    Information sent to 'support@allroundautomations.com' I see no major difference between ver. 11 and 12.
  13. M

    PSD 12 noticeably slower than PSD 11

    After some other users pointed to the slow response of test window when there is an error in the script, I installed back PSD 11 version and compared its performance to the newest PSD 12. And the difference is big - it seems that there is some overhead time cost to every communication/operation...
  14. M

    Performance of PSD 12 Test Window with code Errors

    I also noticed this big delay on my PC (Windows 10, 64 bit Developer) with Oracle 11.2 DB Update: I installed 32bit version of PSD 11.0.6 and the speed increase is quite big, not only in the Test window but even the normal SQL: 'select 1 from dual' takes 0.368s in PSD12_64 and 0.017s in...
  15. M

    Pausing and Executing in Command window broken [Version 12]

    Thanks for testing. Do you use 64bit version?
Back
Top