未验证 提交 06a47218 编辑于 作者: Ryan Mack's avatar Ryan Mack 提交者: GitHub
浏览文件

ATC fails because journal_mode pragma is blocked by sqlite authorizer (#6999)

Add `journal_mode` to the pragma allow list
显示 1 个添加0 个删除
+1 -0
......@@ -75,6 +75,7 @@ const std::unordered_set<std::string> kAllowedSQLitePragmas = {
"table_info",
"table_xinfo",
"function_list",
"journal_mode",
};
class SQLiteDBManager;
......
支持 Markdown
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册