Mark
Mark
I cannot reproduce either of these problems on the latest master using only the provided SQL scripts. Are you running this on an older version? This works fine for me:...
@tiagokepe could you have a look?
Thanks for the report! I think it would make sense to rework the interval type to remove the interval physical type entirely, and instead store it as `STRUCT(months INTEGER, days...
We could likely set it for dictionary-encoded string columns, since we know the distinct count from the dictionary.
Thanks for the report! That is not a bug but expected behavior. The `?` parameter gets replaced by `$X` where `X` is the number encountered in the SELECT statement, so...
Postgres throws the exact same error on this query: ```sql myth=# prepare v1 as select date_part($1, dt), count(*) from test group by date_part($2, dt); ERROR: column "test.dt" must appear in...
Interesting, I have looked around a bit but could not find any good reference on this. Do you have any more info you could provide about the `CORRESPONDING BY` clause?
@krlmlr could you perhaps have a look?
As what encoding are you saving the file? DuckDB expects UTF8 encoded strings.
Thanks for the report! It is indeed a bit odd that the results are different in these situations, but standard floating point summation is very fickle with regards to numerical...