Beta Released (13.2.0.113)

 

Beta Notes

13.2.0.113

Internal Bug Fixes

I want to mention one of the bug fixes:

XMLTYPE:

Toad will no longer throw AVs on Binary XMLTYPE columns in the Editor. These datatypes will now automatically be cast to CLOB to prevent the AV.

Unfortunately, the automatic cast to clob causes the dataset to be readonly, so If you want to edit tables with XMLTYPE stored as Binary, you should still manually cast to clob with .GetClobVal or XMLSerialize.

Some easy ways to do that are:

  1. type "edit tablename" in the editor and run it.
  2. open the object palette, find your table, then click the "send query to editor" button. Manually add ROWID to the query.
  3. go to Schema Browser Data tab and edit data there instead.

-John