prql icon indicating copy to clipboard operation
prql copied to clipboard

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

Results 352 prql issues
Sort by recently updated
recently updated
newest added

### What happened? In #5055, I reported a query that generates an "Ambiguous name" error. I was flummoxed. @lukapeschke found that substituting `Source` in the `derive source = "SD"` statements...

bug

### What happened? I was building a query and found that commenting out a line within a `group` transform's pipeline caused a compiler error. * If both transforms are present...

bug

chumsky 0.10 is a total rewrite from 0.9, and much of our code also needs rewriting if we're to upgrade this creates a feature that uses chumsky 0.10 _only_ for...

### What's up? Is there a syntax to support functions like `exponentialTimeDecayedAvg` in ClickHouse? https://clickhouse.com/docs/sql-reference/aggregate-functions/reference/exponentialTimeDecayedAvg

### What happened? Hi, I am experiencing a bug where prql generates an invalid SQL because there is a `case` expression inside a sum. Let me demonstrate. ### PRQL input...

bug

### What happened? When joining together two tables where both tables contain column named `source`, compile fails with `Ambiguous name` error. I've tried to wrap the column name with whatever...

bug

### What happened? Dear developer, Hope this would be helpful. prql version: 0.8.1 comments: The `select` clause affects the translation of `append` clause. It might be caused by internal optimization...

bug
compiler

### What happened? Variable is discarded when I expect it to be used. Ideally, the variable would just be used as defined. In the worst case, this should at *least*...

bug

We've had some good progress on creating binaries in #1883 & #762 In addition to those, we could also make lots of binaries with something like https://github.com/axodotdev/cargo-dist. I haven't looked...

help wanted
devops

### What happened? Bigquery escapes single quotes with a backslash `\` but prql outputs two single quotes `''`. Otherwise it seems highly compatible with bigquery except for this one small...

bug
compiler
parser