WangYC

Results 1 issues of WangYC

Hi, I use Grails3.3.5, `lazy: false` seems not work. When execute `Airport.findByName("Gatwick")`, only one SQL statement generated. But if I change it to `fetch: 'join'`, it works well. ``` |...