Maximilian Hoffman
Maximilian Hoffman
Exporting the mediawiki database (https://www.dolthub.com/repositories/timsehn/media_wiki/query/main?active=Tables&q=select+*+From+categorylinks+limit+100%3B) gave me a CSV that has NULL values instead of empty strings. I assume this is a table export bug, but it could be a...
Importing into a field with a default value for nulls errors for null values. ``` An error occurred while moving data cause: column name 'cl_sortkey_prefix' is non-nullable but attempted to...
A union nested in a subquery or CTE is missing a type-normalization rule that otherwise applies outside of subqueries. In the query below, the union should be cast to a...