Page MenuHomePhabricator

Convert SavedQuery / NamedQuery to text, not bytes
ClosedPublic

Authored by epriestley on Oct 1 2014, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:15 AM
Unknown Object (File)
Thu, Apr 11, 7:22 AM
Unknown Object (File)
Tue, Apr 9, 4:02 AM
Unknown Object (File)
Tue, Apr 2, 5:47 AM
Unknown Object (File)
Tue, Apr 2, 5:47 AM
Unknown Object (File)
Tue, Apr 2, 5:47 AM
Unknown Object (File)
Mon, Apr 1, 6:33 PM
Unknown Object (File)
Sun, Mar 31, 3:55 AM
Subscribers

Details

Summary

Ref T1191. Similar issue to D10613. This column usually has a hash exactly 12 bytes long, but sometimes stores an internal builtin query name like "open", "all", etc. It might be nice to promote those to 12-byte hashes of a consistent length eventually, but for now just make this a variable-length column.

Test Plan

Ran migration, no longer saw issues with reordering builtin saved searches.

Diff Detail

Repository
rP Phabricator
Branch
utf4
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2708
Build 2712: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Convert SavedQuery / NamedQuery to text, not bytes.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
This revision was automatically updated to reflect the committed changes.