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

# EDITable - v1.6.5

## New

1. EDITable supports connecting to the new Fabric SQL database, along with other supported databases. You can now explore new possibilities with enhanced data management capabilities.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2Fdbh8eYRvczo4VIgBNsgY%2Fimage.png?alt=media&amp;token=97b5d099-8135-413a-901e-372f55b9a624" alt=""><figcaption><p>Supported Databases</p></figcaption></figure>

2. You can add new columns to the connected source database directly from the visual. Previously, this feature was available only in the console when creating a new table from scratch.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FrOWwltHgfwUxRwcg6NxC%2Fimage.png?alt=media&amp;token=9e572d7c-74dc-4924-a0c0-6869bf3beda2" alt=""><figcaption><p>Add Database Column</p></figcaption></figure>

After adding the column, refresh the source and assign the field from the Data pane to the Visualizations pane. You can then configure the column as usual.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FdSu1xwMVpFzLskOgQ9rz%2Fimage.png?alt=media&amp;token=907595e3-9963-40b6-af10-23cacdf16561" alt=""><figcaption><p>Configuring the added column</p></figcaption></figure>

## Enhancements

1. When configuring text columns in the database, you can now use the Regex option to allow inputs with a specific pattern. This ensures data correctness and accuracy.&#x20;

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2F6jXBEuqB1ZXxuS84ehMb%2Fimage.png?alt=media&amp;token=634e1fbe-f7ab-437c-a903-25b6116111b0" alt=""><figcaption><p>Regex field validation</p></figcaption></figure>

2. We have improved the web application firewall (WAF) settings for enhanced security.&#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.editable.io/release-notes/editable-v1.6.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.
