Fixed serialization of result fields

This commit is contained in:
rbock
2015-10-31 18:04:16 +01:00
parent 51fd8c7007
commit f6f8eb0bef

View File

@@ -53,7 +53,7 @@ namespace sqlpp
}
else
{
serialize(wrap_operand_t<T>{t}, context);
serialize(wrap_operand_t<cpp_value_type_of<FieldSpec>>(t.value()), context);
}
return context;
}