renamed initialize_executor to initialize
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
[[nodiscard]] bool contains(const std::type_index &index) const;
|
||||
|
||||
void initialize_executor(sql::executor &exec) const;
|
||||
void initialize(sql::executor &exec) const;
|
||||
|
||||
protected:
|
||||
template<typename Type>
|
||||
|
||||
Reference in New Issue
Block a user