Test fix
This commit is contained in:
parent
8a283bea25
commit
87373f1425
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue