Recent content by mezonix

  1. mezonix

    Invalid Windows builds

    The issue is reproduced on Safari 26.0.1 (macOS and iOS). In Google Chrome, the link is correct without the .exe.
  2. mezonix

    Invalid Windows builds

    You're right. You need to rename the files on the page https://www.allroundautomations.com/try-it-free/
  3. mezonix

    Invalid Windows builds

    Hello. I can't run the latest version of Plyxon 2.0 on Windows 11 x64. The problem is in x64 and x86 versions.
  4. mezonix

    [Bug] Test Window, Calendar buttons

    1. Open Test Window. 2. Example: declare i date; begin i := :test; end; 3. Set the variable as Date and click the Now or OK button in the calendar. 4. The field is empty.
  5. mezonix

    [Bug] Completion window is not displayed

    macOS (ARM). select t. from dual t 2.0 Beta 4: Completion window is not displayed. 1.0.2: Completion window work fine.
  6. mezonix

    [Bug] Horizontal scroll disappears

    select dbms_random.value , dbms_random.value , dbms_random.value , dbms_random.value , dbms_random.value , dbms_random.value , dbms_random.value , dbms_random.value , dbms_random.value , dbms_random.value from dual t connect by level <= 100 / 1...
  7. mezonix

    [Bug] Input error

    Plyxon 2.0 Beta on macOS 1. Open test file 2. Input any text and and press return (enter) 3. We see an error as if we didn't enter anything
  8. mezonix

    Subpartitions not showing

    Hello, Subpartitions are not shown in table view page. Example: create table test_subpartition ( type_id integer , event_date timestamp(6) with local time zone , value number ) partition by list (type_id) subpartition by range (event_date) ( partition p1 values (1) (...
Back
Top