Add addUnique function
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
parent
fc99922700
commit
483e67a2e8
6 changed files with 110 additions and 0 deletions
|
|
@ -126,6 +126,11 @@ final class QueryBuilderTest extends TestCase
|
|||
['something'],
|
||||
'|> sum(column: "something") '
|
||||
],
|
||||
'addUnique' => [
|
||||
'addUnique',
|
||||
['something'],
|
||||
'|> unique(column: "something") '
|
||||
],
|
||||
'addUnwindow' => [
|
||||
'addUnwindow',
|
||||
[],
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue