Gregory Michael Travis

Results 34 comments of Gregory Michael Travis

Ready to merge; returns types verified.

33b2ff7105b6ce95be3ba87ca805304de354496f Adds manual "let-binding"-style CTEs for manually simplifying generated SQL, and uses it to greatly reduce the size of the SQL generated for non-builtin `round` for backends that support nested...

@Akirathan it actually isn't the stack trace that is the problem. As [@JaroslavTulach suggested](https://github.com/enso-org/enso/pull/9625#discussion_r1696900313), it is the overhead of calling `hasContextEnabled` each time in `DataflowError.withDefaultTrace`. In the affected benchmarks ("Map_Id_All_Errors"),...

@kazcw Can you tell me how to reproduce this bug?

Is it possible to skip checking the data first, but catch the "non-nullable column" error and convert it to a better error? I'm also OK with requiring the primary key...

This should be a general solution for Postgres, SQL Server, and Snowflake.

Addressing this problem more generally, as @jdunkerley puts it: "but its the question of whether everything is a table (Alteryx) or we are a programming language". We want `Data.list` to...