Skip to content

Commit 58ddd48

Browse files
authored
Add warning about using SQL
1 parent 8738dea commit 58ddd48

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

content/en/docs/howto/extensibility/howto-datastorage-api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,12 @@ Below is the Java code to get the Dataset OQL, execute the OQL, and retrieve the
213213

214214
## Retrieving Objects Using SQL
215215

216-
You can use an API call to execute SQL queries on the application database (this feature is currently in beta). Using this call, you can create a microflow action to execute SQL: similar to the action for OQL in the previous sections.
216+
You can use an API call to execute SQL queries on the application database. Using this call, you can create a microflow action to execute SQL: similar to the action for OQL in the previous sections.
217+
218+
{{% alert color="info" %}}
219+
Although there is no restriction on which SQL clauses you can use, you should not modify Mendix tables or their contents. Doing so can prevent your app from working and can, potentially, corrupt your data.
220+
{{% /alert %}}
221+
217222

218223
The definition of the Java action resembles the OQL action, but instead of an OQL parameter you have an SQL parameter.
219224

0 commit comments

Comments
 (0)