Pre-release clean up.

This commit is contained in:
go-jet 2019-07-17 13:22:14 +02:00
parent 23a27033a4
commit b817f57035
27 changed files with 628 additions and 79 deletions

View file

@ -1,7 +1,6 @@
package jet
import (
"fmt"
"gotest.tools/assert"
"testing"
)
@ -183,7 +182,6 @@ func TestUnionInUnion(t *testing.T) {
UNION_ALL(table1.SELECT(table1Col1), table2.SELECT(table2Col3)),
)
fmt.Println(query.Sql())
assertStatement(t, query, expectedSql)
}