Add support for CockorachDB.
This commit is contained in:
parent
3ff9241eea
commit
bc776f947b
33 changed files with 1040 additions and 1037 deletions
|
|
@ -59,7 +59,7 @@ func TestFloat(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestString(t *testing.T) {
|
||||
assertSerialize(t, String("Some text"), `$1`, "Some text")
|
||||
assertSerialize(t, String("Some text"), `$1::text`, "Some text")
|
||||
}
|
||||
|
||||
func TestBytea(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue