canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
16 stars 9 forks source link

Improve comments in `query.go` #93

Closed Aflynn50 closed 10 months ago

Aflynn50 commented 1 year ago

Correct and improve on the content of some of the comments in query.go. Also limit the line width to 80 columns in the comments (assuming you have tabs set to 4 spaces).

There is some very minor refactoring of the code to help with line length.