Aljaž Mur Eržen

Results 96 issues of Aljaž Mur Eržen

In SQL, deterministic functions (called [STABLE/IMMUTABLE](https://www.postgresql.org/docs/current/xfunc-volatility.html) in Postgres) guarantee return same result given same arguments. An example of non-STABLE function would be `RANDOM()`. This clashes with our inlining of some...

language-design

We do have a website that is not bad looking, but it's not great. There are a few specific issues like "[FAQ is too wide](https://github.com/prql/prql/issues/670)" and there is also my...

help wanted
web
marketing

From Postgres docs: > It should be noted that except for count, these functions return a null value when no rows are selected. In particular, sum of no rows returns...

language-design
needs-discussion

This is a tracking issue of all pancics that occur during compilation. Most `.unwrap`s and `unimplemented!`s have been introduced with with semantic branch and 0.3 where I was too lazy...

planning

> This is an onboarding issue, see instructions on [how to get started](https://github.com/PRQL/prql/blob/main/CONTRIBUTING.md#compiler). For debugging purposes and for the `prql-compiler fmt` command, we have implemented a basic PRQL code generation...

good first issue

### What's up? After the initial implementation in #4134 has merged, there is still a lot of things to implement for Lutra. Tasks in order of priority: - [x] Python...

planning

Followup for discussion #4110 Bottom line is that this will be the syntax for documentation comments: * `#. doc comment` for the next statement * `#! doc comment` for the...

language-design

@max-sixty here is the right-asoc code