mailru / dbr

Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)
MIT License
178 stars 36 forks source link

allow aliasing table name in JOIN with AS #21

Closed stevenctl closed 4 years ago

stevenctl commented 5 years ago

Without this commit, you can't use a SelectBuilder to make a query where you need multiple joins on the same table with different ON clauses.