Recent content by Olafur

  1. O

    Preventing Type expansion in SQL Window

    Hi, I have been going over the configuration options and manual. But can't find any reference to prevent type expansion in the SQL window. For large/complex types, I would prefer just a single column and the option to open it in a new window similar to Cursor columns. An example would be just...
  2. O

    Oracle REST Data Services

    Hey, Is it on your list to support editing ORDS modules/templates/handlers? It's fully supported in SQL Developer and with cloud migrations it's just getting more used. The DDL is fully PL/SQL so integration should not be that hard. Just supporting editing of handler code would be a huge...
  3. O

    Beautifier - changed behaviour

    Hey, I can't get the beautifier to format the json_table columns syntax correctly. It worked fine in 14. Using beta 15.0.0.2044 This: select t.* from vf_customer_registers r left join (json_table(r.register, '$' columns(day_price varchar2(80) path '$.DAY_PRICE'...
  4. O

    ORDS Rest services support

    Thank you, Olafur
  5. O

    ORDS Rest services support

    Hi, Just wondering if it's on the design board/planned to add support for designing REST services with the new ORDS listener. https://docs.oracle.com/en/cloud/paas/exadata-express-cloud/csdbp/implementing-restful-web-services-oracle-sql-developer.html#GUID-F1E74056-FB12-414A-9AAA-579E9540801E...
  6. O

    Error stack in dockable window instead of pop up window

    Ah yes, there it is. Hadn't thought of right clicking. Thanks.
  7. O

    Error stack in dockable window instead of pop up window

    Hi, I can't find how to do this in the manual or the available options. I am using PL/SQL Developer 12.0.7.1837 and trying to get the error stack (sql command or pl/sql) in a dockable window, which I can plug somewhere to copy the error for further inspection. The pop-up window does not allow...
Back
Top