fixed column generator test
This commit is contained in:
@@ -13,6 +13,7 @@ column_generator::column_generator(std::vector<column> &column_infos,
|
||||
, force_lazy_(force_lazy)
|
||||
{
|
||||
table_name_stack_.push(table_name);
|
||||
seen_tables.insert(table_name);
|
||||
}
|
||||
|
||||
void column_generator::on_primary_key(const char *id, std::string &, size_t)
|
||||
|
||||
Reference in New Issue
Block a user