Closed
Description
If you run the TestRelation function, it doesn't print out what it's suppose to.
I get the following:
relations (1) []db.Item{
db.Item{"name":"Joseph", "id":2, "place_code_id":3},
db.Item{"place_code_id":1, "id":3, "name":"Pedro"},
db.Item{"name":"María", "id":4, "place_code_id":0},
db.Item{"id":5, "place_code_id":1, "name":"Roberto"},
db.Item{"id":6, "place_code_id":2, "name":"Manuel"},
db.Item{"place_code_id":1, "id":7, "name":"Miguel"},
}
it seems to be missing the lives_in, has_children, and has_visited. I see this in my own application as well.
Activity