Skip to content

Commit 59d1015

Browse files
authored
Merge pull request #9306 from mendix/qt-edcupdate
Revise feature flag notes for External Database Connector
2 parents bc6a844 + cd19f1f commit 59d1015

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

content/en/docs/refguide/modeling/integration/use-extensions/external-database-connection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ You must have the [External Database Connector](https://marketplace.mendix.com/l
1919
For Studio Pro 10.18, the External Database Connector uses a different approach to connect to databases during design time. This functionality enhances consistency between design time and runtime environments. To enable this beta feature, use the flag: `--enable-live-preview`
2020

2121
For information on how to connect using the External Database Connection document with a feature flag, see [External Database Connection](/refguide/use-the-external-database-connector/#enable-live-preview).
22+
23+
This feature flag is only for Studio Pro 10.18. The feature is GA for Studio Pro 10.19 and above.
2224
{{% /alert %}}
2325

2426
## Connect to Database Wizard {#wizard}

content/en/docs/refguide/modeling/integration/use-extensions/use-the-external-database-connector.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,16 @@ Download the [External Database Connector](https://marketplace.mendix.com/link/c
4444

4545
If additional connection properties are required to connect, you can alternatively use **JDBC Connection String**.
4646

47-
### Prerequisites from Studio Pro 10.19 (available from Studio Pro 10.18 using the flag: `--enable-live-preview`) {#enable-live-preview}
47+
### For Studio Pro 10.18 and above {#enable-live-preview}
48+
49+
For Studio Pro 10.18 and above, the External Database Connector uses a different approach to connect to databases during design time. This functionality enhances consistency between design time and runtime environments. To enable this beta feature, use the flag: `--enable-live-preview`
50+
51+
{{% alert color="info" %}}
52+
This feature flag is only for Studio Pro 10.18. The feature is GA for Studio Pro 10.19 and above.
53+
{{% /alert %}}
4854

49-
* Download the latest [External Database Connector](https://marketplace.mendix.com/link/component/219862).
5055
* If certificate-based authentication is required for PostgreSQL connections, ensure that all necessary certificates are added before running the app.
51-
* To test the connection and execute queries during design time, Ensure to run your app locally.
56+
* To test the connection and execute queries during design time, ensure to run your app locally.
5257

5358
## Connect to the External Database
5459

0 commit comments

Comments
 (0)