Comparison operators refactoring.
This commit is contained in:
parent
64ba909381
commit
7b89caa7e0
28 changed files with 694 additions and 384 deletions
|
|
@ -76,7 +76,7 @@ func (e *expressionTableImpl) INNER_JOIN(table readableTable, onCondition boolEx
|
|||
}
|
||||
|
||||
//func (s *expressionTableImpl) InnerJoinUsing(table readableTable, col1 column, col2 column) readableTable {
|
||||
// return INNER_JOIN(s, table, col1.Eq(col2))
|
||||
// return INNER_JOIN(s, table, col1.EQ(col2))
|
||||
//}
|
||||
|
||||
// Creates a left join tableName expression using onCondition.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue