Added unsigned integer literals.
This commit is contained in:
parent
fdde2ab9b4
commit
6b06bc6a37
6 changed files with 174 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ package mysql
|
|||
import "github.com/go-jet/jet/v2/internal/jet"
|
||||
|
||||
// Expression is common interface for all expressions.
|
||||
// Can be Bool, Int, Float, String, Date, Time, Timez, Timestamp or Timestampz expressions.
|
||||
// Can be Bool, Int, Float, String, Date, Time or Timestamp expressions.
|
||||
type Expression = jet.Expression
|
||||
|
||||
// BoolExpression interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue