| Connect to Database | Redesign of window including the following ehancements: SQL Insight logo; ability to connect as SysDBA or SysOper; static connection display between OCI and TCP/IP; and ability to resize form vertically. |
| General | Added Horizontal Scroll Bar support for all tree view listings (Explain Plan tree, Database Browser tree, etc.). |
| Editor | Added ability to execute a procedure/function/package method using "Exec" or "Execute". |
| Splash Screen | Added "professional" label to denote professional edition versus standard edition. |
| Editor | Found and corrected rare problem of the editor caret not being displayed when focus was achieved. |
| Call Stack | Fix to call stack jumping - when selecting a jump from an anonymous block, the first editor tab was always selected. |
| New Table Wizard | Corrected order of "not null" and "default" clause for column definitions. |
| New Table Wizard | Bad syntax found and corrected for the creation of unnamed hash partitions. |
| Profiler Analysis | Ordered the initial display of runs by the associated runid. |
| Compare Statements | Set module name for session instantiated during the comparison for easy identification. |
| Explain Plan | Set explain user name to unique value for the session rather than user name to avoid possible table locking. |
| Explain Plan | Allow statements to be processed by explain plan when using the trailing semi-colon. |
| Explain Plan | Found and corrected issue in which hints for parallel processing displayed a processor identifier as the object's database link name. This caused an error trying to locate the object for the describe information. |
| Debugger | Added check at login for "Alter System" privilege to disable integrated debugging if not available. |
| Debugger | Encountered and corrected issue of breakpoints on anonymous blocks not clearing after breakpoint has been removed. |
| Debugger | Added additional logic to stop application from locking when debugging anonymous blocks during a TCP/IP connection. |
| Debugger | Removed break on "Interpreter Starting" - This was causing the debugger to break on an 'invisible' breakpoint unexpectantly when a statement from the dbms_sql package was executed. |
| Grid | Found and removed error generated while attempting to use mouse wheel in an empty grid. |
| Execute All via SQL*Plus | Used short file name to prevent errors when invoking SQL*Plus due to spaces in the file name. |