This commit is contained in:
aozhiwei 2023-02-06 14:31:26 +08:00
parent dc269b189a
commit 897e627ae8
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ namespace mt
p->load_cb =
[dir] ()
{
f8::ReadCsvMetaFile(dir + T::table_name, T::raw_list);
f8::ReadJsonMetaFile(dir + T::table_name, T::raw_list);
T dummy;
a8::reflect::Class* cls = dummy.GetClass();
a8::reflect::Field* pk_field = cls->GetFieldByName(T::prim_key);

2
third_party/a8 vendored

@ -1 +1 @@
Subproject commit bcca9bb6eb8c8ffb364065f7cd410e5d22db337a
Subproject commit 1083101984bfa769c5dba834bbf494b12738c878

2
third_party/f8 vendored

@ -1 +1 @@
Subproject commit cea561b5ae61e6bd23d85c7dbc3bdb0311bdc0ee
Subproject commit 603e16fbc45ff0b67e8d1080c895016d784d38c2