Mark

Results 600 comments of Mark

Thanks for the report! Set operations internally use joins, and joins currently require one of the two sides to fit in memory. It seems that you are doing set operations...

Perhaps we should instead add the exception type to the query result, to avoid having to do string parsing to reconstruct the exception type?

Thanks for the report! That is required in order to avoid ambiguity in the parser - the `LIMIT` (and `ORDER`) applies to the entire set operation, and can only be...

Thanks for your interest in implementing this! I think that sounds good. We would want this implemented as an extension (similar to the ICU extension) rather than as part of...

Binary will be less efficient than structs in the case of simple types. For example, if you store a `POINT` as a `ROW(x INT, y INT)` the system will essentially...

MIT is fine as long as any copied code is labeled as such and includes the original license. MPL/LGPL/GPL is not if you want to include it in this repository....

`. import` uses the shells' built-in CSV reader, which comes from SQLite. It seems to fail because a column name is empty: ```sql CREATE TABLE band_members(...) failed: Parser Error: zero-length...

Could you share the SQL queries? I’m happy to have a look at that.

> A SQL script for the creation would be great, then I can check if this is still reproducible on the latest master as well.