Page MenuHomePhabricator

Convert SavedQuery / NamedQuery to text, not bytes
ClosedPublic

Authored by epriestley on Oct 1 2014, 4:57 PM.
Tags
None
Referenced Files
F14708747: D10614.id25483.diff
Fri, Jan 17, 11:52 AM
Unknown Object (File)
Tue, Jan 14, 7:31 AM
Unknown Object (File)
Tue, Jan 7, 9:56 PM
Unknown Object (File)
Sun, Dec 22, 6:14 PM
Unknown Object (File)
Sun, Dec 22, 12:35 PM
Unknown Object (File)
Nov 30 2024, 11:21 PM
Unknown Object (File)
Nov 27 2024, 3:10 AM
Unknown Object (File)
Nov 18 2024, 1:15 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.