Recent content by aqua

  1. A

    Editing large packages is slow in new version

    I've got the same issue about editing large packages. The package size is 1.4 Mb. Unfortunately I cannot send you the package due to legal restrictions. Is there anybody who has the same issue with the latest version of PLSQLdev?
  2. A

    PLSQL Beautifier: CASE..END formatting issue

    The following statement is executable, but cannot be formatted: SELECT CASE WHEN dummy = 'A' THEN CASE WHEN dummy IS NOT NULL THEN dummy WHEN dummy IS NULL AND dummy IN ('X', 'Y') THEN nvl(dummy, dummy) WHEN dummy IS NULL AND...
  3. A

    Object Browser issue: packages

    Found an answer. Preferences > Oracle > Options > Use DBA Views Sorry for bothering you...
  4. A

    Object Browser issue: packages

    Hi, I've faced the following issue: - I've got a user having a privilege to see all the source of PLSQL objects within another schema. - Trying to get the list of modules in PLSQL Developer I see nothing. - I was pretty sure that I must see something. I've tried Oracle SQL Developer. In this...
  5. A

    standalone beautifier

    =) That's not so simple. As for me personally I'm far from this pedantic bullshit =) This is not about
  6. A

    standalone beautifier

    Damn right... Honestly, for the last few weeks I've tested tens of differenet formatters. It is very sensitive question for our project. My feelings now can be described as a some sort of panic: THERE IS NO 100% WORKING SQL/PLSQL FORMATTER AT ALL. The only usable thing is "tuned" old version...
  7. A

    standalone beautifier

    Expected?
  8. A

    standalone beautifier

    OK... Honestly, it looks fuzzy... and funny =] But ok. But what about DDL formatting? How is it possible to format DDL statements such as CREATE TABLE?
  9. A

    standalone beautifier

    I was talking about pure command-line utility that can be used as a part of any command-line based process such as build, cvs submission etc.
  10. A

    standalone beautifier

    Hi! I see you've thought about this feature since 2004 or may earlier. What's going on in this direction? Are you still planning to provide us with this feature? My company is your customer and we've just faced with the problem that no command-line formatting utility is available on the market...
Back
Top