added support for hex strings and binary strings
added FT::hexadecimal, FT::binary and FT::dont_use_utf8
This commit is contained in:
@@ -183,13 +183,13 @@ void DbExpression::put_name_value_separator()
|
||||
|
||||
|
||||
|
||||
void DbExpression::before_field_value_string()
|
||||
void DbExpression::before_field_value_string(FT field_type)
|
||||
{
|
||||
(*out_stream) << "'";
|
||||
}
|
||||
|
||||
|
||||
void DbExpression::after_field_value_string()
|
||||
void DbExpression::after_field_value_string(FT field_type)
|
||||
{
|
||||
(*out_stream) << "'";
|
||||
}
|
||||
|
Reference in New Issue
Block a user