소스 검색

* fixed filter calculation for mariadb driver

master
bergmann 7 년 전
부모
커밋
4de87b8cb4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      include/cpphibernate/driver/mariadb/schema/filter.inl

+ 4
- 0
include/cpphibernate/driver/mariadb/schema/filter.inl 파일 보기

@@ -30,6 +30,10 @@ beg_namespace_cpphibernate_driver_mariadb
auto dataset_id = misc::get_type_id(table.wrapped_dataset);
auto& t = schema.table(dataset_id);
filter.tables.emplace(&t);
for (auto& ptr : t.fields)
{
filter.fields.emplace(ptr.get());
}
}
};



불러오는 중...
취소
저장