added support for 'in()' statement in 'select'
git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1086 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -460,7 +460,7 @@ void DbConnector::get_value(const char * value_str, long double & field_value)
|
||||
void DbConnector::get_value(const char * value_str, PT::Date & field_value)
|
||||
{
|
||||
// IMPROVE ME give some log if parsing failed
|
||||
bool res = field_value.Parse(value_str);
|
||||
field_value.Parse(value_str);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user