MySQL expression operators tests.
This commit is contained in:
parent
c342f296ca
commit
dfb72c06a7
4 changed files with 136 additions and 6 deletions
9
tests/testdata/common/common.go
vendored
9
tests/testdata/common/common.go
vendored
|
|
@ -1,5 +1,14 @@
|
|||
package common
|
||||
|
||||
type ExpressionTestResult struct {
|
||||
IsNull *bool
|
||||
IsNotNull *bool
|
||||
In *bool
|
||||
InSelect *bool
|
||||
NotIn *bool
|
||||
NotInSelect *bool
|
||||
}
|
||||
|
||||
type EqualityExpResult struct {
|
||||
Eq1 *bool
|
||||
Eq2 *bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue