Maximilian Roos

Results 1171 comments of Maximilian Roos
trafficstars

Having multiple aliases has a downside that queries become less transferable. Without having a strong POV on which terms are a priori better — PRQL has a limited "novelty budget",...

I appreciate the spirited discussion. On reflection, without an alternative to `left` / `right` that has a prior track-record, it's unlikely we make a leap on this specific topic now,...

@gregsexton it's amazing how similar it is! Is the whole implementation in https://github.com/gregsexton/gql/blob/master/src/sqlgen/core.clj? I'm impressed at how terse it is if so. If you have any words of wisdom for...

Hi @gregsexton — I'm going over old issues, and was happy to come across this. Interestingly, since the beginning of the year, PRQL has become even closer to GQL. For...

## Update 2022-01-27 Thanks to everyone for the enthusiasm and support over the past couple of days! It seems that folks are similarly frustrated by SQL, and believe we can...

## Update 2022-02-08 We've come quite a long way in two weeks! We now have: - A parser that parses most of the examples. Though a few big things still...

## Update 2022-03-18 ### Getting to v0.1 We're most of the way to a working version that people can use for experimentation! - We can fully transpile queries such as...

## Update 2022-04-01 We released [0.1.0](https://github.com/max-sixty/prql/releases/tag/0.1.0) last week, and just released [0.1.1](https://github.com/max-sixty/prql/releases/tag/0.1.1)! So now it's possible to try PRQL: `cargo install prql` It's still early, but it's now easy to...

## Update 2022-06-27 It's been a while since the last update, but not for a lack of progress — today we're releasing [0.2](https://github.com/prql/prql/releases/tag/0.2.0) — the first version you can use...

## Update 2022-07-10 We have a small patch release out, with the result of some excellent bug reports, fixes, and internal improvements: https://github.com/prql/prql/releases/tag/0.2.2