Beta Notes
Transactions Window
New window under Main Menu -> Session -> Transactions. Lists each connection and if it has a pending transaction or not. You can set it to auto-refresh if you want. You can commit or rollback from that window too, and it is stay-on-top but not modal, so you can leave it open if you want while you work elsewhere in Toad.
Oracle 12c R2 Support
-
DML, expressions, functions, common clauses and DROP statements.
-
CREATE FUNCTION/LIBRARY/PACKAGE/PROCEDURE/TRIGGER/TYPE statements
Code Analysis Rule 4603
Rule 4603 (“Avoid literal concatenations at runtime.”) would fire unexpectedly due to a (minor) Rule Universe issue.
PIVOT clause
Support for functions in a PIVOT clause having a WITHIN GROUP clause (undocumented feature).
Formatter
Formatting many more instances of the following statements, mainly 12c R2.
Currently about all Oracle DML and DDL statements are formatted.
- CREATE ATTRIBUTE DIMENSION
- ALTER AUDIT POLICY
- CREATE CONTROLFILE
- ALTER DATABASE
- CREATE DATABASE
- CREATE INMEMORY JOIN GROUP
- CREATE LIBRARY
- ALTER OPERATOR
- CREATE SCHEMA
- ALTER SESSION
- CREATE TABLE
- CREATE TABLESPACE
- ALTER TRIGGER
Code Analysis Rule 5809
Rule 5809***(“Ensure elements in the SELECT list (either columns or expressions) are qualified by a table/view name.”)* Enhancements.
Code Analysis Rule 4603
Rule 4603 (“Avoid literal concatenations at runtime.”) The rule will now flag all concatenations in a multi-concatenation.