added session context and implemented the executor interface for session
This commit is contained in:
@@ -205,4 +205,7 @@ bool statement_cache::empty() const {
|
||||
return cache_map_.empty();
|
||||
}
|
||||
|
||||
connection_pool& statement_cache::pool() const {
|
||||
return pool_;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user