Version: 51.0.2687.0
OS: Any
What steps will reproduce the problem?
(1) Build chromium with system sqlite older than 3.8.3
(2) Run with a profile containing history database version 29 or older
What is the expected output?
Expecting migration of history database from version 29 to 30 to succeed
What do you see instead?
sql error: no such function: printf (code 1): , while compiling: UPDATE downloads SET guid = printf("%08X-%s-%s-%s-%s", id, hex(randomblob(2)), hex(randomblob(2)), hex(randomblob(2)), hex(randomblob(6)))
Comment 1 by bugdroid1@chromium.org
, May 16 2016