Marko Klopets
Marko Klopets
Related: https://github.com/prql/prql/blob/a2589f51ee8e71292587038dea7fd573a76d7477/prql-java/java/pom.xml#L9 There seems to be an outdated version field in an XML file there
This was fixed with the semantic rewrite / 0.3.0 ๐
If we were to follow how databases themselves act, shouldn't `select floor a` instead be equivalent to `select floor = floor a`? ` select floor(1.2)` in an actual DB returns...
Tangential indeed, but in the case of using `round`, why do we need an `int` rather than `column`?
When running this in the [playground](https://prql-lang.org/playground/), I don't see an error (the Playground does use the `main` branch rather than a published version, so that might be why): ```elm table...
That works precisely until the moment that someone needs to use 3 quotes inside the S-string for some reason. ๐ For non-Python folks, triple-quotes probably aren't the intuitive solution either,...
Unfortunately I don't have much experience with different dialects handling this. It looks like BigQuery and MySQL require no quotes, and Postgres requires one of the following two: ``` select...
I remember being annoyed with this when starting out โย the header nav made sense, but the links in the left sidebar of the playground were something I only noticed...
I'll take a quick stab at unifying the styles a bit more before merging.
Apologies for the delay; I updated the branch to make it work with the latest changes to the website. But, I didn't get around to doing anything to unify the...