MySQL UUID test.

RAW rename to Raw.
This commit is contained in:
go-jet 2019-08-06 13:29:26 +02:00
parent 3089bffa1c
commit d235385c2a
6 changed files with 35 additions and 8 deletions

View file

@ -152,7 +152,7 @@ func TestExpressionCast(t *testing.T) {
GREATEST(AllTypes.Numeric, AllTypes.NumericPtr),
LEAST(AllTypes.Numeric, AllTypes.NumericPtr),
RAW("current_database()"),
Raw("current_database()"),
)
//fmt.Println(query.DebugSql())