Method BuildUpsertSql
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
BuildUpsertSql()
The record write. INTEGER PRIMARY KEY is a true rowid alias and is stable across
ON CONFLICT DO UPDATE, so the returned _rowid is the same integer the vec0 and
FTS5 sides are keyed on.
public string BuildUpsertSql()
Returns
- string
The upsert statement.