fragmenta / query

An SQL query builder for golang
MIT License
41 stars 10 forks source link

Global debug flag #3

Open kennygrant opened 8 years ago

kennygrant commented 8 years ago

Get rid of global debug flag, allow debug on individual queries, by calling q.Debug(), to allow more fine-grained control of outputting debug statements.

joeblew99 commented 8 years ago

its useful to have both i suspect