Add addUnique function

Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
David Arendsen 2023-02-12 17:54:18 +01:00
commit 483e67a2e8
6 changed files with 110 additions and 0 deletions

View file

@ -126,6 +126,11 @@ final class QueryBuilderTest extends TestCase
['something'],
'|> sum(column: "something") '
],
'addUnique' => [
'addUnique',
['something'],
'|> unique(column: "something") '
],
'addUnwindow' => [
'addUnwindow',
[],