Cleanup and document hacky sql interaction
This commit is contained in:
parent
881b538dff
commit
07409a01be
17 changed files with 284 additions and 204 deletions
|
|
@ -4,6 +4,8 @@ import (
|
|||
"github.com/feiin/sqlstring"
|
||||
)
|
||||
|
||||
// TODO: This is really unsafe and shouldn't be used at all.
|
||||
|
||||
// Format formats the provided query with the given parameters.
|
||||
func Format(query string, params ...interface{}) string {
|
||||
return sqlstring.Format(query, params...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue