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:
@@ -14,7 +14,7 @@ main.o: ../../morm/src/queryresult.h ../../morm/src/flatconnector.h
|
||||
main.o: ../../morm/src/dbexpression.h ../../morm/src/baseexpression.h
|
||||
main.o: ../../morm/src/modelenv.h ../../morm/src/modeldata.h
|
||||
main.o: ../../morm/src/cursorhelper.h ../../morm/src/finderhelper.h
|
||||
main.o: ../../morm/src/setfieldvaluehelper.h ../../morm/src/flatexpression.h
|
||||
main.o: ../../morm/src/fieldvaluehelper.h ../../morm/src/flatexpression.h
|
||||
main.o: ../../morm/src/finder.h ../../pikotools/utf8/utf8.h
|
||||
main.o: ../../morm/src/cursor.h ../../morm/src/jsonexpression.h
|
||||
main.o: ../../morm/src/postgresqlexpression.h
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user