You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you expected to happen
This is how sqlite reports the error:
sqlite>update asd set cronogy=max(cronogy)+1.0;
Parse error: misuse of aggregate function max()
update asd set cronogy=max(cronogy)+1.0;
^--- error here
How to reproduce it (as minimally and precisely as possible)
See above
Environment
$ immudb version
immudb 1.9.0-RC1
Commit : 0a2992d0bfcde383379081a10cd1d12af68c486b
Built by: [email protected]
Built at: Thu, 12 Oct 2023 11:43:26 CEST
Additional info (any other context about the problem)
The text was updated successfully, but these errors were encountered:
What happened
What you expected to happen
This is how sqlite reports the error:
How to reproduce it (as minimally and precisely as possible)
See above
Environment
Additional info (any other context about the problem)
The text was updated successfully, but these errors were encountered: