[Webkit-unassigned] [Bug 234281] New: PCM: Remove old DB update and migration code, and add a unit test for destination token DB columns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 17:36:36 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=234281

            Bug ID: 234281
           Summary: PCM: Remove old DB update and migration code, and add
                    a unit test for destination token DB columns
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com

WebKit::Database::needsUpdatedSchema() has a comment saying it should be removed late 2021. WebKit::DatabaseUtilities::migrateDataToNewTablesIfNecessary() returns directly if WebKit::Database::needsUpdatedSchema() returns false so WebKit::DatabaseUtilities::migrateDataToNewTablesIfNecessary() should be removed at the same time. Likewise the static WebKit::insertDistinctValuesInTableStatement() in DatabaseUtilities.cpp will no longer be needed.

We should also add a unit test for the new columns for attributed measurements with destination tokens.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211214/3d142ebf/attachment.htm>


More information about the webkit-unassigned mailing list