introduced field_attributes shortcuts and added method on_base() to all processor classes
This commit is contained in:
@@ -281,7 +281,7 @@ utils::result<std::vector<object::attribute>, utils::error> postgres_connection:
|
||||
null_opt = object::null_option_type::NotNull;
|
||||
}
|
||||
// f.default_value(res->column(4));
|
||||
prototype.emplace_back(name, type, utils::NullAttributes, null_opt);
|
||||
prototype.emplace_back(name, type, NullAttributes, null_opt);
|
||||
}
|
||||
|
||||
return utils::ok(prototype);
|
||||
|
||||
Reference in New Issue
Block a user