Improvements on sub-query projection reference.

This commit is contained in:
go-jet 2019-06-18 14:35:32 +02:00
parent d9ffa86453
commit 565b670188
17 changed files with 512 additions and 134 deletions

View file

@ -2,9 +2,5 @@ package sqlbuilder
type rowsType interface {
clause
hasRows()
projections() []projection
}
type isRowsType struct{}
func (i *isRowsType) hasRows() {}