Aljaž Mur Eržen

Results 96 issues of Aljaž Mur Eržen

Under certain conditions, join transforms could be removed from the query without changing its result. This would have significantly improve query performance. Example: ``` from e = employees join side:left...

language-design
compiler

Indentation, a bunch of new lines and even syntax highlighting is so out of style for modern software development. Instead, I suggest a formatter that would convert indented code into...

Adds `.config/lintrunner.toml` and `.config/lintrunner.private.toml` to the end of default config paths. Idea here is that having too much dot files in the repo root is a mess. Alternative is a...

Todo and general implementation strategy tracked in #7294

When querying EdgeDB's SQL adapter with this query: ``` edgedb=# select 'bad uuid'::uuid; ``` ... the conection is closed from the server side and server reports these logs: ``` INFO...

bug
sql

Current behavior: ``` _localdev:main> create type Hello { ............... create multi property words -> str; ............... create property count_of_words := array_join(array_agg(.words), ' '); ............... create index ext::pg_trgm::gin on (.count_of_words); ..................

When changing the interface, tests had to be updated using following error messages to find the mismatch: ``` ---- ui::draw_blocks::tests::test_draw_blocks_whole_layout_long_name stdout ---- thread 'ui::draw_blocks::tests::test_draw_blocks_whole_layout_long_name' panicked at src/ui/draw_blocks.rs:3192:17: assertion `left ==...

Because this crate depends on arrow-rs and exposes it in its public interface, and because arrow-rs is releasing major versions every few months, this crate should also release a new...

@snth recently [expressed an opinion](https://github.com/PRQL/prql/pull/4750#issuecomment-2233234666) that relation aliases in PRQL are mistake and should be removed By relational aliases we mean the name `x` in following queries: ```elm from x...

language-design

@snth has recently raised an issue that I remember we have already talked about, but cannot find now. I do think is a pain point and something we should do...

language-design