Skip to content
Snippets Groups Projects
Commit 75627c2b authored by Emircan ERKUL's avatar Emircan ERKUL Committed by Aaron Bauman
Browse files

Issue #3410886 by emircanerkul, AaronBauman: Add option to SelectQuery condition

parent 9aec10ee
No related branches found
No related tags found
No related merge requests found
Pipeline #85588 passed with warnings
...@@ -51,6 +51,13 @@ class SelectQuery implements SelectQueryInterface { ...@@ -51,6 +51,13 @@ class SelectQuery implements SelectQueryInterface {
*/ */
public $offset; public $offset;
/**
* The operator used to combine conditions, defaults to 'AND'.
*
* @var string
*/
public $conjunction;
/** /**
* SelectQuery constructor. * SelectQuery constructor.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment