Maximilian Roos
Maximilian Roos
Yes I think that's my central issue with the `LIKE` syntax — it's not sufficiently powerful, nor is it totally simple; it mostly gets just used with `%foo%` I agree...
Ours is a regex _search_, which is the case they describe as "common regular expression behavior where the pattern can match any part of the string." We can get the...
I think we can close this in favor of #1286 & #1332!
This was closed by @aljazerzen
I think I should clarify the docs at https://prql-lang.org/book/examples/list-equivalence.html, and possibly we should think about whether the rules are clear here. In particular, we get some confusing error messages if...
One thing we might be able to do is allow `[foo | in 5..10]` — that would mean we could say "an item in list has the same semantics as...
> One thing we might be able to do is allow `[foo | in 5..10]` — that would mean we could say "an item in list has the same semantics...
Agree, thanks for closing. I still think as we expand the dialect-specific support, we _might_ want to convert the whole Translator into a Trait which various dialects implement. But it...
I agree for Flavour 4! (I think the example is missing `+`s — is that right? Or I'm misunderstanding the example.) Overall I'd be fine with this; it doesn't conflict...
As discussed on Discord — are we broadly in agreement on this option? > #### Flavour 4: line continuations allow separate-line comments, not end-of-line comments, > > ``` > from...