-
**What is the bug?**
Aggregate functions could work in select clause even there is no group by as long as all items in `select` are aggregate functions.
Here are some examples:
```sql
select max(a…
-
When using eval's `-x` option, the `--format` option appears to be ignored.
Evaluating the following
```shell
pkl eval --format=json -x y -
-
`jhack eval` is a command that allows you to evaluate python expressions in the context of a charm, without having to wait for the charm to receive an event.
`jhack eval traefik/0 "self.unit.name"`…
-
I've noticed that incomplete null statements such as `IS N` are corrected in our syntax tree. This sends the autocomplete down a "completed operator expression" route as opposed to an unknown operator…
-
Pyton 3.8 just has been EOSed month ago (https://endoflife.date/python) so I've been trying to use pyupgrade --py39-plus to check is current code ready to automatic upgrade.
Looks like it is not read…
-
```
Begin eval_program
Begin Evaluating statement: let nums = (1..).iter().map(fn(x) {
{
(x * 2);
}
});
Begin eval_let_statement: let nums = (1..).iter().map(fn(x) {
{
(…
-
Occasionally it can be useful to evaluate just an expression.
Currently, `pkl eval -x` requires to also specify a module.
A cross-platform workaround is `pkl eval pkl:base -x`.
However, it would be…
-
I put together a couple of prototypes based on `tarchetypes::tar_file_read()` to support working with ArcGIS services using `{arcgislayers}`.
`tar_arc_select()` may be the better of the two since i…
-
Installing fails on next-15, and suggests either `--force` or `--legacy-peer-deps` flags to install.
Specifically, my versions are:
```txt
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-…
-
In the PR #370 @ozgurakgun pointed our that rule `remove_empty_expression` doesn't make much sence becuase the same thing should happen in a higher priority rule `apply_eval_constant`.
Should we ju…