Improvements on sub-query projection reference.
This commit is contained in:
parent
d9ffa86453
commit
565b670188
17 changed files with 512 additions and 134 deletions
|
|
@ -2,9 +2,5 @@ package sqlbuilder
|
|||
|
||||
type rowsType interface {
|
||||
clause
|
||||
hasRows()
|
||||
projections() []projection
|
||||
}
|
||||
|
||||
type isRowsType struct{}
|
||||
|
||||
func (i *isRowsType) hasRows() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue