mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
json fixes
This commit is contained in:
@@ -85,6 +85,8 @@ bool TimeFieldCell::serializeJSON(std::ostream& out, const std::string& name)
|
||||
{
|
||||
out << "'" << getFormatter()->format(getValue()) << "'";
|
||||
}
|
||||
else
|
||||
out << "''";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user