Roberto Cornacchia
Roberto Cornacchia
I got this while trying to apply replacements to a bare repo. The replacement file is in the form: ``` CORE-1==>sbs/core#1 CORE-2==>sbs/core#2 CORE-3==>sbs/core#3 ``` for a total of 2709 lines....
**Describe the bug** Queries using an ambiguous identifier do not fail accordingly. The ambiguity is beween an actual column and an alias. **To Reproduce** This query: ``` create table s(a...
**Describe the bug** Python UDFs don't accept scalar date parameters **To Reproduce** This function expects a `date` parameter and simply returns the python type of the parameter passed: ``` CREATE...
**Describe the bug** A simple SQL UDF involving function `epoch_ms` translates to a MAL loop. **To Reproduce** The following baseline works as expected: ``` start transaction; create table t(d date);...
**Describe the bug** Starting from Oct2020, the UDFs that one could define by simply putting a script in `/lib/monetdb5/createdb` must be defined at compile time. That is rather inconvenient. But...
**Describe the bug** For the third time, on different databases, it happened that a properly shut down database would not restart, with the following errors found in `merovingian.log`: ``` 2021-06-28...
Possibly after a failure due to insufficient disk space, a hash table seems to be in an inconsistent state. A range select (using imprints) returns 9 results, while the point...
**Describe the bug** For a table-returning UDF, I have both a scalar and a bulk implementation, and they both work. For some reason, using a loop over the scalar implementation...
**Is your feature request related to a problem? Please describe.** Applications may need to create temporary tables and views from different sessions, and those may use the same table/view names....
Similar to #7085, but this is about table-returning UDFs. This function is safe to be executed in parallel, but I can't let MonetDB know about that. Like it happened in...