More unit tests.
This commit is contained in:
parent
8a2c34fbd7
commit
7fc99ac997
7 changed files with 46 additions and 632 deletions
|
|
@ -23,6 +23,7 @@ type Expression interface {
|
|||
ASC() OrderByClause
|
||||
DESC() OrderByClause
|
||||
|
||||
// casts
|
||||
TO(dbType string) Expression
|
||||
TO_BOOL() BoolExpression
|
||||
TO_SMALLINT() IntegerExpression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue