Table interface cleanup.

This commit is contained in:
zer0sub 2019-06-05 17:15:20 +02:00
parent 8f51662fe5
commit 4d7fbf8f49
32 changed files with 543 additions and 794 deletions

View file

@ -6,7 +6,7 @@ type projection interface {
//------------------------------------------------------//
// Dummy type for select * AllColumns
type ColumnList []column
type ColumnList []Column
func (cl ColumnList) isProjectionType() {}