changed: esc() function for bool uses now 'true' and 'false' strings
added: esc() for PT::Date git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1078 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
|
||||
#include "textstream/textstream.h"
|
||||
#include "morm_types.h"
|
||||
#include "date/date.h"
|
||||
|
||||
|
||||
namespace morm
|
||||
@@ -248,6 +249,7 @@ protected:
|
||||
virtual void esc(long double val, PT::TextStream & stream);
|
||||
virtual void esc(void* val, PT::TextStream & stream);
|
||||
|
||||
virtual void esc(const PT::Date & date, PT::TextStream & stream);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user