提交 6c23afd0 编写于 作者: 羽飞's avatar 羽飞

remove string_view

上级 7779cc28
......@@ -47,7 +47,7 @@ RC DeleteStmt::create(Db *db, const Deletes &delete_sql, Stmt *&stmt)
}
std::unordered_map<std::string, Table *> table_map;
table_map.insert(std::pair<std::string_view, Table *>(std::string_view(table_name), table));
table_map.insert(std::pair<std::string, Table *>(std::string(table_name), table));
FilterStmt *filter_stmt = nullptr;
RC rc = FilterStmt::create(db, table, &table_map,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册