removed object_definition class
This commit is contained in:
@@ -5,16 +5,6 @@
|
||||
#include <algorithm>
|
||||
|
||||
namespace matador::object {
|
||||
// basic_object_info::basic_object_info(std::shared_ptr<repository_node> node,
|
||||
// utils::identifier &&pk,
|
||||
// const std::shared_ptr<attribute_definition> &pk_column,
|
||||
// const std::shared_ptr<object_definition> &definition)
|
||||
// : node_(std::move(node))
|
||||
// , definition_(definition)
|
||||
// , identifier_(std::move(pk))
|
||||
// , pk_column_(pk_column) {
|
||||
// }
|
||||
|
||||
basic_object_info::basic_object_info(std::shared_ptr<repository_node> node,
|
||||
const std::vector<attribute_definition> &attributes,
|
||||
utils::identifier &&pk,
|
||||
|
||||
Reference in New Issue
Block a user