renamed initialize_executor to initialize

This commit is contained in:
2026-04-10 16:32:37 +02:00
parent d59b41d06c
commit f62f3e626b
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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>