MySQL cast expressions. Simplified.

This commit is contained in:
go-jet 2019-08-01 10:39:57 +02:00
parent 53dbcd9bfc
commit c342f296ca
10 changed files with 103 additions and 81 deletions

View file

@ -2,6 +2,8 @@ package mysql
import "github.com/go-jet/jet"
type Expression jet.Expression
type ColumnBool jet.ColumnBool
type BoolExpression jet.BoolExpression