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
Construct INSERT columns with the key set of the incoming data object.
If includeColumns is specified then use those instead of 1.
If a column with default value is not included in 1 or 2 above then it will be set to the default value by the database.
If tsIdEnabed = true, then find the primary key columns.
detect the data type - if integer type, set a numeric TSID.
if the data type is string - set string type TSID.
add these columns in the data.
That last bullet is confusing to me. "add these columns in the data"
WHICH columns to add? The primary key columns? or the key columns from the incoming data object from 1?
Maybe re-word that last bullet for clarity.
The text was updated successfully, but these errors were encountered:
In
/design/insert.md
That last bullet is confusing to me. "add these columns in the data"
WHICH columns to add? The primary key columns? or the key columns from the incoming data object from 1?
Maybe re-word that last bullet for clarity.
The text was updated successfully, but these errors were encountered: