Split `Query#to_s` to: - [ ] `Query#to_s` to just build SQL without params - [ ] `Query#build` to only fill up `#params` (questionable method name though)
Split
Query#to_sto:Query#to_sto just build SQL without paramsQuery#buildto only fill up#params(questionable method name though)