Mark
Mark
Thanks for the report! Note that 0.3.3 and 0.3.4 are almost functionally identical, 0.3.4 was released only as a minor bug-fix release to fix missing Python builds. For now I...
That is unrelated to this issue, this is about a UNION type. DuckDB can union tables with a different number of columns as long as you yourself add NULLs where...
We should be able to define default macros with default values, e.g. by replacing the input parameter with `pretty_bool=0` (or similar). Ideally this is done in the macro construction code...
Thanks for the explanation - I think the best way forward here is to add support for default positional parameters to macro functions, and then expose this functionality in the...
Expanding the `duckdb_constraints` to include more information seems fine to me. Could you submit a PR?
Sounds good to me
> each "FOREIGN KEY" row should have a corresponding "REFERENCED KEY" row, from what I can tell this is an error in the underlying catalog entries If this is an...
I'm fine with that
I don't mind either way - the wide form might be a bit easier to use perhaps? Adding extra columns to this table is not a problem.
Yes, likely we will support this in the future