MySQL bool expressions.
This commit is contained in:
parent
bffa102849
commit
d0533f73fb
37 changed files with 720 additions and 436 deletions
|
|
@ -3,5 +3,5 @@ package jet
|
|||
import "testing"
|
||||
|
||||
func TestRawExpression(t *testing.T) {
|
||||
assertClauseSerialize(t, RAW("current_database()"), "current_database()")
|
||||
assertPostgreClauseSerialize(t, RAW("current_database()"), "current_database()")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue