Descriptionpredictors: db tool workaround to solve sqlite3 compatibility problem.
Current version of python sqilte3 library hasn't support of views. But new
sqlite3 binary used in chrome implicitly creates MmapStatus view everytime that
causes incompatibility problem. This workaround creates a temporary copy of
given database and deletes the view through sqlite3 command line tool that has
support of views.
BUG=631966
Review-Url: https://codereview.chromium.org/2620053002
Cr-Commit-Position: refs/heads/master@{#442945}
Committed: https://chromium.googlesource.com/chromium/src/+/37127ecd00687cd497d8ef19067eede1c70dfd76
Patch Set 1 #
Total comments: 6
Patch Set 2 : Iterate. #Patch Set 3 : Remove debug print. #Patch Set 4 : Fix mess. #Messages
Total messages: 11 (4 generated)
|