Recent content by PaoloM

  1. P

    allroundautomations blacklisted by OpenDNS!!!

    Marco, now I can access your website with the URLhttp://www.allroundautomations.com , but it seems that the following URL is still blocked: http://www.allroundautomations.com/plsqldev.html Note that this is the same URL that is linked to the home icon in the about box of PL/SQL Developer...
  2. P

    allroundautomations blacklisted by OpenDNS!!!

    Hi, it seems I cannot reach anymore this web site (www.allroundautomations.com) because it was blocked by OpenDNS (that is used as the only DNS service in the organization where I work). The error message I get is: "This site was blocked by OpenDNS in response to either the Conficker virus, the...
  3. P

    Beautifier mangles query with model clause

    Hello, I noticed that if I try to beautify a SQL query that uses the MODEL clause, the beautifier will remove the square bracket characters, so that its syntax becomes invalid. I tried it with the following query: select integer_value from dual where 1=2 model dimension by ( 0 as key )...
  4. P

    Weird behaviour of the HTML Viewer window

    There is a number of issues I encountered while using the HTML Viewer in PSD. I noticed that there is no key shortcut to close the HTML Viewer window and other standard shortcuts like CTRL+F are not always working. Since I like to have consistent keyboard shortcuts across all the applications...
  5. P

    Custom string delimiter messes up syntax highlighting

    Hello, since Oracle version 10g, it's possible to define custom string literal delimiters in PL/SQL with the following syntax: -- q'!...!' notation allows use of single quotes inside literal string_var := q'!I'm a string, you're a string.!'; In this way you don't need to escape other...
  6. P

    Crash when pressing CTRL+G in HTML Viewer

    Hello, I would like to report a bug in the HTML Viewer of PL/SQL Developer. I configured PSD to use the Oracle manuals I downloaded, but I can consistently crash PSD just pressing the keyboard shortcut CTRL+G when the HTML Viewer window is active. In my preferences CTRL+G is bound to "Edit /...
Back
Top