79571c6bdc
Go 1.26 changed NullTime.Scan to delegate to convertAssign, which has no string->time.Time conversion path. The modernc.org/sqlite driver returns raw strings for aggregate expressions like MAX(last_used_at), causing silent scan failures that made all clients/providers show 'Never' for last used. Fixes by scanning into a string and parsing with time.Parse.