Column types refactoring.
This commit is contained in:
parent
38007810c1
commit
033ab1d0da
19 changed files with 746 additions and 396 deletions
|
|
@ -97,7 +97,7 @@ func TestUnaryIsTrueExpression(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestBoolLiteral(t *testing.T) {
|
||||
literal := NewBoolLiteralExpression(true)
|
||||
literal := newBoolLiteralExpression(true)
|
||||
|
||||
out := bytes.Buffer{}
|
||||
err := literal.SerializeSql(&out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue