renamed initialize_executor to initialize
This commit is contained in:
@@ -86,7 +86,7 @@ bool basic_schema::contains(const std::type_index &index) const {
|
||||
return schema_nodes_.count(index) == 1;
|
||||
}
|
||||
|
||||
void basic_schema::initialize_executor(sql::executor &exec) const {
|
||||
void basic_schema::initialize(sql::executor &exec) const {
|
||||
auto factory = std::make_shared<sql::producer_resolver_factory>();
|
||||
for (const auto &[key, producer] : resolver_producers_) {
|
||||
auto resolver = producer->produce(exec);
|
||||
|
||||
Reference in New Issue
Block a user