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) { 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) var timeT = time.Date(2009, 11, 17, 20, 34, 58, 651387237, time.UTC)

@ -1 +1 @@
Subproject commit 0d52780c6510d4b1e560081a82648b85c555ce43 Subproject commit a6c1975a167645f913496131ae81d4cabc070046