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.
190
+
* 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.
191
+
As a workaround, explicitly insert the attribute with a value of `'[%CurrentDatetime%]'` in the `SELECT` part.
192
+
* When using Oracle, due to database limitations, inserting attributes of type unlimited string or binary is not supported.
193
+
* The general limitations for OQL statements also apply. See [General Limitations for OQL Statements](#oql-limitations), below.
194
+
163
195
## General Limitations for OQL Statements {#oql-limitations}
164
196
165
197
* OQL statements can be used only with persistable entities.
0 commit comments