This PR broadens user defined row types to include table and view row types. Previously Squeal only truly supported composite row types. Collectively, these are known as relations. Other kinds of relations besides composites, tables and views are not yet supported. There are still some iffy corner cases but I think it's an improvement.
This PR broadens user defined row types to include table and view row types. Previously Squeal only truly supported composite row types. Collectively, these are known as relations. Other kinds of relations besides composites, tables and views are not yet supported. There are still some iffy corner cases but I think it's an improvement.