Michael Toy

Results 34 issues of Michael Toy

If the types are all strings or numbers.

enhancement

This started as an implementation of record types. This has the parser changes for record type and the tests for record types taken out. The intention is to land the...

I started just trying to do support for records per: [WN-0015](https://github.com/malloydata/whatsnext/blob/main/wns/WN-0015-arrays-and-records/WN-0015.md) But It was constantly difficult to reason about the code because tech debt in the compiler. So this is...

``` run: duckdb.sql(""" SELECT 'n' as name, 1 as filed, 'val1' as sic UNION ALL SELECT 'n', 2, 'val1' UNION ALL SELECT 'n', 3, 'val2' UNION ALL SELECT 'n', 4,...