bumb version and redue key size to solve reported errors in testing
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / fetch.json
CommitLineData
384c3f0c 1{
401a9e9b 2 "might_have": {
3 "fetch": 0
384c3f0c 4 },
401a9e9b 5 "has_many": {
6 "fetch": 0
384c3f0c 7 },
401a9e9b 8 "sets": [{
9 "class": "Artist",
10 "ids": ["1"],
11 "fetch": [{
12 "rel": "cds",
13 "quantity": "all"
384c3f0c 14 }]
017d2ab4 15 },
16
17 {
18 "class": "Artist",
ae7b4675 19 "ids": ["32948"],
017d2ab4 20 "fetch": [{
21 "rel": "cds",
22 "quantity": "all"
23 }]
24 },
25
26 {
401a9e9b 27 "class": "Artist",
28 "ids": ["2"],
29 "fetch": [{
30 "rel": "cds",
31 "cond": { "year": {">": 2002} }
384c3f0c 32 }]
33 }]
401a9e9b 34}