mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-01 10:41:22 -06:00
Fixed serialization of result fields
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user