Roberto Cornacchia
Roberto Cornacchia
**Describe the bug** On a column that has a persistent hash, anti-select (and anti-join) resorts to full scan. **To Reproduce** Create a column with unique values ```sql \t clock set...
**Describe the bug** Not a bug, possibly an improvement in the build scripts. I am not a `cmake` expert, but I have the impression some of the `CMakeLists.txt`s could be...
**Describe the bug** I have 62 databases running in a docker container. When using `monetdb status`, everything works fine. When using `monetdb -h -p -P status` (pointing at localhost), 11...
### Describe the bug Running the query posted below produces this assertions. With assertions off, the prompt is returned without any results or errors. ### Reproduction steps Not a readable...
### Describe the bug After the `local temporary view` is gone, there are still dependencies with the table used in the view ### Reproduction steps Session 1: ``` sql>create table...
### Describe the bug `CREATE LOCAL TEMPORARY VIEW`, unlike other `CREATE` statements, assumes `sys` schema instead of the current one when a schema is not explicitly given. ### Reproduction steps...