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-07-31 18:43:54 +02:00
|
|
|
AssertPostgreClauseSerialize(t, RAW("current_database()"), "current_database()")
|
2019-06-04 12:10:23 +02:00
|
|
|
}
|