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) {
|
||||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue