a1bd2f6d40dedf8398ea52ae7342eaf6407bebd2
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / scalar_ref.json
1 {
2         might_have: {
3             fetch: 0
4         },
5         has_many: {
6             fetch: 0
7         },
8         sets: [{
9             class: 'Artist',
10             cond: { me.name: '\= "We Are Goth"' },
11             quantity: all,
12             fetch: [{ 
13                 rel: 'cds',
14                 cond: { 'me.title': '\LIKE "%with us"' }
15             }]
16         }]
17 }