MEGABILD Software GmbH

Results 1 issues of MEGABILD Software GmbH

It would be nice to tell sqrl to escape column names for example "status" is a reserved symbol in mysql. ```golang users := sq.Select("status").From("users").Join("emails USING (email_id)") fmt.Println(users.ToSql()) ``` output is:...