implemented lazy loading for object_ptr and belongs_to
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "matador/sql/internal/identifier_reader.hpp"
|
||||
|
||||
namespace matador::sql::internal {
|
||||
identifier_reader::identifier_reader(query_result_reader &reader)
|
||||
: reader_(reader) {}
|
||||
}
|
||||
Reference in New Issue
Block a user