added timestamp code, support columns for group by and order by and tested load has-many eager code
This commit is contained in:
@@ -72,7 +72,7 @@ void test_result_reader::read_value(const char * /*id*/, const size_t /*index*/,
|
||||
value = {12, 34, 56, 123456};
|
||||
}
|
||||
|
||||
void test_result_reader::read_value(const char *id, size_t index, utils::timestamp_type_t &value) {
|
||||
void test_result_reader::read_value(const char * /*id*/, size_t /*index*/, utils::timestamp_type_t &value) {
|
||||
value = utils::timestamp_type_t();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user