some work in morm

now in Model we have field() methods for other Model or std::list<Model>
(code not tested)




git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1118 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-07-03 16:55:06 +00:00
parent 6fc4e23e44
commit f85f03a889
9 changed files with 376 additions and 123 deletions

View File

@@ -337,16 +337,11 @@ void BaseExpression::esc(double val, PT::TextStream & stream)
void BaseExpression::esc(long double val, PT::TextStream & stream)
{
// IMPLEMENT ME in PT::TextStream
//stream << val;
}
void BaseExpression::esc(void* val, PT::TextStream & stream)
{
stream << val;
}
void BaseExpression::esc(const PT::Date & date, PT::TextStream & stream)
{
stream << date;