> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/release7.2/hotfix-releases/release7.2.4.x/release7.2.4.5.md).

# Release7.2.4.5

The **Release7.2.4.5** delivers targeted fixes across Data Catalog, Data Quality, and Query Sheet to improve usability and accuracy.

**Key Highlights:**

* **Data Catalog:** Cleaned AI-generated descriptions for Table data objects by removing unwanted HTML characters.
* **Data Quality:** Fixed the Delete Contacts option to ensure proper enablement and clear error messaging for associated objects.
* **Query Sheet:** Corrected incorrect page count display for queries, including those with bracketed table or schema names.

**Release Details:**

<table><thead><tr><th width="133.88885498046875">Release Type</th><th width="143">Release Version</th><th width="346.00006103515625">Build &#x3C;Release. Build Number. Release Stamp></th><th>Build Date</th></tr></thead><tbody><tr><td>Hotfix Release</td><td>Release7.2.4.5</td><td>Release7.2.4.5.724577F59B4</td><td>05th Jan 2026</td></tr></tbody></table>

## Data Catalog

### Fixed

#### AI-Generated Descriptions for Table Data Objects Showing HTML Characters

In the Data Catalog for Table data objects, an issue occurred where AI-generated descriptions contained unwanted HTML characters, making the descriptions difficult to read. This issue has been fixed. AI-generated descriptions for Tables are now cleaned before display, and HTML characters are removed.

## Data Quality

### Fixed

#### Delete Contacts Option Not Working for Associated Objects

In Data Quality Rules, an issue occurred where the Delete Contacts option remained disabled after selecting contacts along with their associated objects. As a result, users were unable to proceed with the delete action. This issue has been fixed. The Delete Contacts option is now enabled when contacts and associated objects are selected. If a delete action is not allowed, the system displays an appropriate error message instead of disabling the option.&#x20;

## Query Sheet

### Fixed

#### Incorrect Page Count Display

In the Query Sheet, an issue occurred where the page count was displayed incorrectly for certain queries in newer versions, especially when table or schema names contained square brackets.&#x20;

**For example:** <mark style="color:$success;">SELECT \* FROM \[Sales].\[Order Details];</mark>

This issue has been fixed. The Query Sheet now displays accurate row and page counts for custom queries, ensuring consistent and reliable results.

***

Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/release7.2/hotfix-releases/release7.2.4.x/release7.2.4.5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
