Recent content by Salamander

  1. S

    Wish List - BFS

    Let us know what the requirements are, and we'll find something open-source. (It would make a good break of us telling you our requirements!)
  2. S

    Feature: Option to cache table/col/const info

    Having the info locally would (in the far future) allow you to do a lot of tricks, including smart guessing when typing joins, the BFS join enhancement logged earlier, etc. Smart guessing: you type select * from my_users u, my_user_role ur where u.user_id = and it fills in a auto-complete of...
  3. S

    Feature: Option to cache table/col/const info

    When working over a slow connection, using the query builder, or even the auto-complete features can be very slow, enough to render them unusable. This is over a VPN, I imagine it would be worse over a modem. Feature request: a button that would cache in memory the necessary info about the...
  4. S

    Wish List - BFS

    Any word on the form upgrade and feature requests being public?
  5. S

    FR: "My invalid objects"

    For switching to "my invalid objects," there could be a preference of "Determine if any objects exist in each category" That way, when switching to "my invalid objects," it would pre-load if there were any items in each group. (Result: Show or hide the + next to each object_type folder.)...
  6. S

    Wish List - BFS

    The mythical list... any ETA on the tool to make the list public? (poke poke.)
  7. S

    Wish List - Getting to the data faster

    My biggest reason for using pl/SQL Devleoper over SQL-plus is the grid layout when viewing or editing data. Yet it takes a long time to get there! 1. Log in 2. Scroll to "tables" after finding it in the list (drag) 3. Open the tables items (click) 4. Scroll to the table you want. (drag) 5...
  8. S

    Wish List - BFS

    When dragging two tables into the query builder that do not have a foreign key constraint between them, have a button that perform a BFS search on the constraints starting from both tables. If a "path" between the two tables is found within N (default 4?) hops, offer a way to load those tables...
Back
Top