You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* It is not yet possible to insert associations. As a workaround, they can be added after the `INSERT` using an OQL `UPDATE` statement.
197
+
* Only a single value can be specified per association.
198
+
199
+
If you need to set multiple values in a many-to-many association, we recommend doing that in two stages. First, use `INSERT` to create required objects and then set associations using `UPDATE`.
196
200
* Attributes of type "Date and time" with a default value of `'[%CurrentDateTime%]'` will not have their default values set when the `INSERT` statement does not specify them.
201
+
197
202
As a workaround, explicitly insert the attribute with a value of `'[%CurrentDatetime%]'` in the `SELECT` part.
198
203
* When using Oracle, due to database limitations, inserting attributes of type unlimited string or binary is not supported.
199
204
* The general limitations for OQL statements also apply. See [General Limitations for OQL Statements](#oql-limitations), below.
0 commit comments