Document that the whereClause will be prepended with "AND ".
This commit is contained in:
parent
1101ceeb9b
commit
08ee8153b3
1 changed files with 2 additions and 1 deletions
|
|
@ -436,7 +436,8 @@ A string containing as asset class to join in. There is no real reason to use a
|
|||
|
||||
=head4 whereClause
|
||||
|
||||
A string containing extra where clause information for the query.
|
||||
A string containing extra WHERE clause information for the query. The AND conjunction will be added internally, so the clause
|
||||
should not start with AND.
|
||||
|
||||
=head4 orderByClause
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue