suyuz

Results 15 issues of suyuz

**Describe the bug** Consider the following test cases. I suppose the first query is unexpected: it should return `false` but not `null`. The query with a `NOT` predicate could return...

Consider the test case below. It is unexpected that, if the second query returns `true`, the third query returns an empty result, because the value of the `WHERE` predicate should...

### What happens? Consider the following test case. The third query should return an empty result, as `CAST(CAST(t1.c1 AS BIT) AS INTEGER)` is evaluated to `-1` and the expression should...

reproduced

### Overview of the Issue Consider the following test case. It is unexpected that the third query returns an empty result since the second query shows that the expression should...

Type: Bug
Component: Query Serving

### Describe the bug The following test case crashed the monetdb server. Not sure if it's related to https://github.com/MonetDB/MonetDB/issues/7556. The previous one works well on my tested verion. ### Reproduction...

bug