updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2023-03-27 19:43:46 +03:00
parent 05adb8c018
commit d0239f25ed
44 changed files with 131 additions and 120 deletions
@@ -92,6 +92,10 @@
If your query doesn't have a suitable one, you can use the universal
<code>(ROW_NUMBER() OVER()) as id</code>.
</li>
<li>
Expressions must be aliased with a valid formatted field name (eg.
<code>MAX(balance) as maxBalance</code>).
</li>
</ul>
</div>