added support for hex strings and binary strings
added FT::hexadecimal, FT::binary and FT::dont_use_utf8
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
namespace morm
|
||||
{
|
||||
|
||||
void FlatExpression::esc(const PT::Date & date, PT::TextStream & stream)
|
||||
void FlatExpression::esc(const PT::Date & date, PT::TextStream & stream, FT field_type)
|
||||
{
|
||||
date.SerializeISO(stream);
|
||||
}
|
||||
|
Reference in New Issue
Block a user