Skip to content

Commit dc7383b

Browse files
committed
Take structure from #10962
1 parent cf82ab2 commit dc7383b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/en/docs/refguide/modeling/domain-model/oql/oql-statements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
OQL statements are translated to SQL statements that are sent to the database.
1212
This can be much faster than retrieving the objects in a microflow and then updating or deleting the resulting list.
1313

14-
This feature was made generally available in Mendix version 11.8 but is currently only accessible through the Java API by writing a Java action.
14+
This feature is currently only accessible through the Java API by writing a Java action.
1515

1616
{{% alert color="info" %}}
1717
From Mendix version 11.1, you can delete objects in bulk using OQL `DELETE` statements.
@@ -22,6 +22,7 @@ From Mendix version 11.4, you can update object associations as well as attribut
2222

2323
From Mendix version 11.6, you can insert new objects with attributes in bulk using OQL `INSERT` statements.
2424

25+
In Mendix versions below 11.8, this feature was considered experimental. From Mendix version 11.8, it is generally available.
2526
{{% /alert %}}
2627

2728
## Java API for OQL updates

0 commit comments

Comments
 (0)