added date_type_t, time_type_t and timestamp, ensure allocated postgres resources are released, split repository into basic_repository and repository.
This commit is contained in:
@@ -50,10 +50,10 @@ struct recipe
|
||||
}
|
||||
};
|
||||
|
||||
class recipe_ingredient : public object::many_to_many_relation<recipe, ingredient> {
|
||||
public:
|
||||
recipe_ingredient() : many_to_many_relation("recipe_id", "ingredient_id") {}
|
||||
};
|
||||
// class recipe_ingredient : public object::many_to_many_relation<recipe, ingredient> {
|
||||
// public:
|
||||
// recipe_ingredient() : many_to_many_relation("recipe_id", "ingredient_id") {}
|
||||
// };
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user