2019-06-21 13:56:57 +02:00
|
|
|
package jet
|
2019-06-04 12:10:23 +02:00
|
|
|
|
|
|
|
|
import "testing"
|
|
|
|
|
|
|
|
|
|
func TestRawExpression(t *testing.T) {
|
2019-06-05 17:15:20 +02:00
|
|
|
assertClauseSerialize(t, RAW("current_database()"), "current_database()")
|
2019-06-04 12:10:23 +02:00
|
|
|
}
|