Add support for CockorachDB.
This commit is contained in:
parent
3ff9241eea
commit
bc776f947b
33 changed files with 1040 additions and 1037 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
)
|
||||
|
||||
func TestExpressionCAST_AS(t *testing.T) {
|
||||
assertSerialize(t, CAST(String("test")).AS("text"), `$1::text`, "test")
|
||||
assertSerialize(t, CAST(Int(11)).AS("text"), `$1::text`, int64(11))
|
||||
}
|
||||
|
||||
func TestExpressionCAST_AS_BOOL(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue