> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/editable/release-notes/editable-v1.7.5.3-to-v1.7.5.8.md).

# EDITable - v1.7.5.3 to v1.7.5.8

In these releases, we included several performance-related enhancements, such as **improved loading time for single-select dropdown menus, faster fetching of lookup values and loading of large datasets, and other UI improvements.**

Key enhancements include the following:

#### **Preventing Duplicate Primary Keys**

EDITable now ensures that users do not set a manual (static) default value for the primary key. This has been implemented by removing the 'Manual' option in the default value configuration for the primary key field.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FW9ZcqWKd5D6sH3PIw6fK%2F2025-11-24_19h24_39.png?alt=media&amp;token=607ccf22-e431-4616-ac11-35fcde01c10c" alt=""><figcaption><p>No 'Manual' option in the Primary Key default value configuration</p></figcaption></figure>

EDITable also ensures that fields with a manual default value are not used when configuring a derived primary key. This eliminates duplicate primary keys, particularly in cases such as bulk imports, composite primary keys, and derived primary keys.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FF4fggJBrfwbDNRwtfLR4%2F2025-11-24_19h31_56.png?alt=media&amp;token=f2318edb-c7db-48f3-9449-0d757a76e5c9" alt=""><figcaption><p>Validating the derived primary key</p></figcaption></figure>

#### Enhanced Bulk Import

During bulk import of rows, EDITable can now accurately detect if the rows have to be newly inserted or updated, regardless of the presence of a primary key. This is especially useful in cases where external filters are applied, ensuring the appropriate update and insertion of rows.&#x20;


---

# 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.inforiver.com/editable/release-notes/editable-v1.7.5.3-to-v1.7.5.8.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.
