MySQL cast expressions.
This commit is contained in:
parent
fcce8d4262
commit
53dbcd9bfc
41 changed files with 1136 additions and 684 deletions
|
|
@ -3,5 +3,5 @@ package jet
|
|||
import "testing"
|
||||
|
||||
func TestRawExpression(t *testing.T) {
|
||||
assertPostgreClauseSerialize(t, RAW("current_database()"), "current_database()")
|
||||
AssertPostgreClauseSerialize(t, RAW("current_database()"), "current_database()")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue