EqualsSQLString intentionally returns an error. This is so if left = right is not supported, we can try right = left.
(cfg *SQLGenerator, not bool, other Node)
| 13 | // EqualsSQLString intentionally returns an error. This is so if |
| 14 | // left = right is not supported, we can try right = left. |
| 15 | EqualsSQLString(cfg *SQLGenerator, not bool, other Node) (string, error) |
| 16 | } |
| 17 | |
| 18 | var ( |
no outgoing calls
no test coverage detected