More unit tests.

This commit is contained in:
go-jet 2019-06-16 11:20:44 +02:00
parent 8a2c34fbd7
commit 7fc99ac997
7 changed files with 46 additions and 632 deletions

View file

@ -23,6 +23,7 @@ type Expression interface {
ASC() OrderByClause
DESC() OrderByClause
// casts
TO(dbType string) Expression
TO_BOOL() BoolExpression
TO_SMALLINT() IntegerExpression