changed: SetFieldValueHelper -> FieldValueHelper

it's a much simpler structure now
removed: FieldValueBase and FieldValueContainer




git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1207 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2019-09-11 18:16:22 +00:00
parent 0be9feda44
commit c133e949ce
7 changed files with 165 additions and 282 deletions

View File

@@ -76,10 +76,7 @@ public:
field(L"id", id, false, false, true);
field(L"person_id", person_id);
field(L"name", name);
field(L"language_id", language);
field(L"content", content);
field(L"some_flags", some_flags);
field(L"created_date", created_date);