- This fix checks the query that's being prepared for any select statements, if there's none then add one so the query does what's expected. - Fix #159
- Previously each call to qm.Load would overwrite your eager loading statement. I think this was deliberate at one point but it's pretty inconsistent. If we need to overwrite we can call queries.SetLoad()