added collection, collection proxy and collection resolver implementations
This commit is contained in:
@@ -129,6 +129,7 @@ public:
|
||||
auto resolver = resolver_factory_->resolver<value_type>();
|
||||
|
||||
if (attr.fetch() == utils::fetch_type::Lazy) {
|
||||
|
||||
// pk_reader_.read(*id, column_index_++);
|
||||
} else {
|
||||
const auto ti = std::type_index(typeid(value_type));
|
||||
|
||||
Reference in New Issue
Block a user