Changes between Version 22 and Version 23 of Internal/InventoryV3
- Timestamp:
- Nov 24, 2009, 11:47:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/InventoryV3
v22 v23 260 260 was populated). This is very wasteful as the missing kinds should be a rare event. I should probably switch to a different function 261 261 or something if I've entered the rare "never seen it before" scenario. 262 263 === 11/24/09 === 264 265 Fixed a few bugs from previous edits: 266 267 * I added a kind check/update that precededs the device update so that kinds are always populated before devices 268 * each update now calls check (except for devices as they're the last). Update mb also repopulates the mb_id. 269 * the mb_id information was moved from Identify to check_sql since it's dynamic and properly belongs there. Identify no longer has a 270 mb_id method.