Support for raw sql input.
This commit is contained in:
parent
384c0c67f5
commit
8f51662fe5
31 changed files with 307 additions and 279 deletions
7
sqlbuilder/literal_expression_test.go
Normal file
7
sqlbuilder/literal_expression_test.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package sqlbuilder
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestRawExpression(t *testing.T) {
|
||||
assertExpressionSerialize(t, RAW("current_database()"), "current_database()")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue