Commit db58e793 authored by 唱唱World's avatar 唱唱World
Browse files

nothing changed

Showing with 0 additions and 1 deletion
+0 -1
......@@ -44,7 +44,6 @@ class InsertExecutor : public AbstractExecutor {
auto &col = tab_.cols[i];
auto &val = values_[i];
if (col.type != val.type) {
throw IncompatibleTypeError(coltype2str(col.type), coltype2str(val.type));
}
val.init_raw(col.len);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment