Files
turso/core/translate
Pekka Enberg 84771f17f7 Merge 'core/translate: Fix aggregate star error handling in prepare_one_sele…' from Pekka Enberg
…ct_plan()
For example, if we attempt to do `max(*)`, let's return the error
message from `resolve_function()` to be compatible with SQLite:
```
sqlite> CREATE TABLE test1(f1, f2);
sqlite> SELECT max(*) FROM test1;
Parse error: wrong number of arguments to function max()
  SELECT max(*) FROM test1;
         ^--- error here
```
Spotted by SQLite TCL tests.

Closes #1990
2025-07-08 10:19:59 +03:00
..
2025-07-03 12:36:48 +02:00
2025-05-19 15:22:15 -03:00
2025-06-30 14:37:51 -03:00
2025-07-07 11:53:45 -03:00
2025-07-03 12:36:48 +02:00
2025-07-06 22:26:34 +04:00
2025-06-11 18:38:56 +02:00
2025-06-23 19:52:13 +01:00
2025-07-03 12:36:48 +02:00
2025-06-23 19:52:13 +01:00