Loading server/core_storage.go +1 −0 Original line number Diff line number Diff line Loading @@ -699,6 +699,7 @@ func storagePrepBatch(batch *pgx.Batch, authoritativeWrite bool, op *StorageOpWr query = ` INSERT INTO storage (collection, key, user_id, value, version, read, write, create_time, update_time) VALUES ($1, $2, $3, $4, $5, $6, $7, now(), now()) ON CONFLICT (collection, key, user_id) DO NOTHING RETURNING read, write, version, create_time, update_time` // Outcomes: Loading Loading
server/core_storage.go +1 −0 Original line number Diff line number Diff line Loading @@ -699,6 +699,7 @@ func storagePrepBatch(batch *pgx.Batch, authoritativeWrite bool, op *StorageOpWr query = ` INSERT INTO storage (collection, key, user_id, value, version, read, write, create_time, update_time) VALUES ($1, $2, $3, $4, $5, $6, $7, now(), now()) ON CONFLICT (collection, key, user_id) DO NOTHING RETURNING read, write, version, create_time, update_time` // Outcomes: Loading