This commit is contained in:
go-jet 2021-05-17 14:53:53 +02:00
parent 8a283bea25
commit 87373f1425
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ import (
)
func TestRawExpression(t *testing.T) {
assertClauseSerialize(t, Raw("current_database()"), "current_database()")
assertClauseSerialize(t, Raw("current_database()"), "(current_database())")
var timeT = time.Date(2009, 11, 17, 20, 34, 58, 651387237, time.UTC)