go-sqlbuilder v1.7.0 Release Notes
Release Date: 2019-11-21 // about 5 years ago-
🏗 Per #40, table name should be added as prefix (like
table.col
) to column names to avoid column name conflict. It's useful when building aSELECT
withJOIN
.
🏗 Per #40, table name should be added as prefix (like table.col
) to column names to avoid column name conflict. It's useful when building a SELECT
with JOIN
.