Added a simple query to check if Device item exists in database. Limited projection to avoid fetching all columns.
Depends on D10217
Paths
| Differential D10218 Authored by bartek on Dec 7 2023, 12:17 AM.
Details Summary Added a simple query to check if Device item exists in database. Limited projection to avoid fetching all columns. Depends on D10217 Test Plan Called this for existing primary key and non-existing primary key.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptDec 7 2023, 12:17 AM2023-12-07 00:17:36 (UTC-8) Harbormaster completed remote builds in B24846: Diff 34368.Dec 7 2023, 1:16 AM2023-12-07 01:16:25 (UTC-8) bartek updated this revision to Diff 34503.Edited · Dec 11 2023, 11:28 PM2023-12-11 23:28:24 (UTC-8) Comment ActionsMove function into impl DatabaseClient Harbormaster completed remote builds in B24965: Diff 34503.Dec 12 2023, 12:42 AM2023-12-12 00:42:18 (UTC-8) This revision is now accepted and ready to land.Dec 13 2023, 4:08 AM2023-12-13 04:08:43 (UTC-8) Closed by commit rCOMM2acf67ced5d5: [identity] Add function to check if device exists (authored by bartek). · Explain WhyJan 5 2024, 1:22 AM2024-01-05 01:22:13 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35272 services/identity/src/database/device_list.rs
|