Recent content by mezonix

  1. 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.
  2. 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.
  3. 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...
  4. 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
  5. 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